Home › Forums › OS X Server and Client Discussion › Open Directory › dscl merge on Leopard Server
I trying to use dscl -u -p /LDAPv3/127.0.0.1 merge /Groups/adusers GroupMembership adclient
When I do this, I receive this error message.
Cannot open remote host, error: DSOpenDirServiceErr
The account I’m using for the merge is the account I created when starting the OD Master. It has full rights..
thanks for any info
Are you on the OD master when you run that command?
try: dscl -u diradmin -p secret /LDAPv3/127.0.0.1 append /Groups/adusers GroupMembership adclient
The append did not give me any errors which is great. thank you
The members do not show up in workgroup manager under group members but they do when I use
dscl /LDAP/127.0.0.1 read /Groups/aduser and in workgroup manager under the inspector tab.
Is this normal?
try: dscl -u diradmin -p secret /LDAPv3/127.0.0.1 append /Groups/adusers users adclient
Comments are closed