Changeset 11214
- Timestamp:
- 08/17/08 15:13:22 (5 months ago)
- Location:
- trunk/client/samba
- Files:
-
- 2 modified
-
ChangeLog (modified) (1 diff)
-
stubs/smb.conf.mas (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/samba/ChangeLog
r11207 r11214 6 6 + Use eBox OID number in LDAP schemas 7 7 + Do not use shares that don't have permission for any user or group 8 + Remove deprecated printer admin configuration key in smb.conf.mas 9 + Enable dns proxy in smb.conf.mas 8 10 0.11.103 9 11 + Bugfix. Add and use EBox::Samba::Types::Select to avoid -
trunk/client/samba/stubs/smb.conf.mas
r10574 r11214 35 35 printcap name = CUPS 36 36 wins support = Yes 37 dns proxy = Yes 37 38 ldap suffix = <% $ldap->{'dn'} %> 38 39 ldap machine suffix = ou=Computers … … 43 44 map acl inherit = Yes 44 45 printing = cups 45 printer admin = Administrator46 46 47 47 % if ($pdc) {
