Home › Forums › OS X Server and Client Discussion › Open Directory › New users in WGM can’t authenticate
I can add new users to WGM and users with PPC machines can authenticate and log in to our LDAP server as any user, but users with Intel machines can only log in as older existing users. This change happened around the 150 user mark.
Help! 😮
I upgraded the server to 10.3.9 in hopes of it fixing the problem and it did not.
I’m new to dscl. I skimmed the man page and found the command
dscl /LDAPv3/ldap.company.com -list /Users UniqueID
but it only gives me the UniqueID. How do I get it to display all the characteristics of the account?
Try something like
[code]dscl /LDAPv3/ldap.company.com -read /Users/[/code]
Genius, thanks.
Comments are closed