Displaying 2 results from an estimated 2 matches for "pekdc01".
Did you mean:
pdc01
2013 Jan 30
1
uid/gid not being used when logging into RHEL -> Windows Server 2012 Active Directory
...: cannot change directory to /home/test9: No such file or
directory
-bash-3.2$ id
uid=16777224(test9) gid=16777216(domain users) groups=16777216(domain users)
-bash-3.2$ exit
uid should be in the 8xx range. Not 1677224...
Some info:
smb.cnf:
[global]
workgroup = MYCOMPANY
password server = pekdc01.mycompany.net
realm = MYCOMPANY.NET
security = domain
idmap uid = 800-33554431
idmap gid = 16777216-33554431
idmap config MYCOMPANY: backend = ad
template homedir = /home/%U
template shell = /bin/bash
winbind use default domain = true
winbind offline logon = true
idmap...
2013 Feb 01
0
winbind not returning uid/gid
...ivered response to
Not even returning the proper gid (810) from the log above:
-bash-3.2$ id
uid=800(test15) gid=800(ops) groups=800(ops)
--------------------
Does my smb.conf file look correct? I'm not too familiar with configuring
it.
[global]
workgroup = mycompany
password server = pekdc01.mycompany.net
realm = MYCOMPANY.NET
security = domain
winbind nss info = rfc2307
#idmap config * : backend = ad #THIS PREVENTS WINBIND FROM CONNECTING
idmap config * : range = 800-900000
idmap config * : schema_mode = rfc2307
template shell = /bin/bash
winbind use default domain = true...