Displaying 2 results from an estimated 2 matches for "skunktest".
Did you mean:
junktest
2009 Aug 26
0
ID mapping help
Hey all,
I got a unique requirement of having AD groups map over to unix gid and existing perms of Unix only groups being granted. Reading through the man pages it seems this can be accomplished via idmap_nss. So my config looks like:
[global]
workgroup = SKUNKTEST
realm = SKUNKTEST.LOCAL
security = ads
preferred master = no
encrypt passwords = yes
log level = 5
log file = /var/log/samba/%m
max log size = 50
server string = Samba RnD Server
winbind enum groups = yes
idmap backend = tdb
idmap uid = 1000000-1999999
idmap gi...
2009 Aug 18
0
ID mapping help LDAP/AD
...else ldap (as described in that samba wiki).
Smb.conf:
[global]
#--authconfig--start-line--
# Generated by authconfig on 2009/02/20 16:37:18
# DO NOT EDIT THIS SECTION (delimited by --start-line--/--end-line--)
# Any modification may be deleted or altered by authconfig in future
workgroup = SKUNKTEST
realm = SKUNKTEST.LOCAL
security = ads
preferred master = no
encrypt passwords = yes
log level = 3
log file = /var/log/samba/%m
max log size = 50
server string = Samba RnD Server
winbind use default domain = Yes
winbind trusted domains only = Yes
winbind enum group...