Displaying 1 result from an estimated 1 matches for "domainprefix".
2004 Aug 19
1
Samba and Active Directory
...I can do a wbinfo -u and wbinfo -g and
return the list of users and groups from the active directory.
I have done a getent passwd and getgroups and winbind has assigned the
active directory users and groups the proper unix uid's and gid's.
I can even assign ownership to files but I must use DOMAINPREFIX\\username
in order to do so. IS THIS THE CORRECT WAY TO DO THAT?
I can add the user to the smbpasswd file using "smbpasswd -a
DOMAINPREFIX\\username" and it gets added.
This tells me that unix knows the user exits.
Whether I add the username to the smbpasswd file or not I still cannot
ac...