Hi andyinindy
Thank you very much you saved my Day!!!
How did you managed to find this out? You’re the Man!!
Thanks again.
I append the commands I used to bind to AD and OLDAP (with your help of course!):
# Bind to AD
sudo /usr/sbin/dsconfigad -f -a $computerid -domain $domain -u $udn -p $password -ou $ou
# Configure advanced options
sudo /usr/sbin/dsconfigad -alldomains $multidomain -localhome $localhome -useuncpath disable -protocol $mountstyle
# LDAP binding
sudo dsconfigldap -v -a LDAPSERVER -c $computerid -u diradmin
# Set the Search Path for AD and LDAP
sudo dscl /Search -create / SearchPolicy CSPSearchPath
sudo dscl /Search -append / CSPSearchPath /LDAPv3/LDAPSERVER
sudo dscl /Search -append / CSPSearchPath “/Active Directory/All Domains”
sudo dscl /Search/Contacts -create / SearchPolicy CSPSearchPath
sudo dscl /Search/Contacts -append / CSPSearchPath /LDAPv3/LDAPSERVER
sudo dscl /Search/Contacts -append / CSPSearchPath “/Active Directory/All Domains”
Kind regards,
dhark01
Recent Comments