Displaying 2 results from an estimated 2 matches for "mmdfree".
2012 May 31
1
Tangential Issue: idmap backend = ad and Active Directory 2008R2
...cups options = raw
# stuff necessary for guest logins to work where required
# guest account = nobody
# map to guest = bad user
# fake the dfree information to match the fileset quota if it exists
# dfree cache time = 15
# dfree command = /var/lib/samba/scripts/mmdfree
# deal with NSS and the whole UID/SID id mapping stuff
idmap backend = tdb
idmap uid = 2000000 - 2999999
idmap gid = 2000000 - 2999999
idmap config FOO : backend = ad
idmap config FOO : schema_mode = rfc2307
idmap config FOO : readonly = yes...
2012 May 29
4
idmap backend = ad and Active Directory 2008R2
Hello All,
I'm trying to set up linux ssh/shell authentication on a CentOS_6.2 server
running smbd version 3.5.10-114 using winbind/smb/pam. We've done this
successfully using the tdb backend but wanted users to get the same UID/GID
on every machine. Switched to rid for the backend but users still got a
foreign number for UID and their default group was always Domain Users. So
I'm