Hi,
host all all clienthostip/32 ldap ldapserver=ldapserver.com ldapbasedn="OU=Users,OU=AP Region,DC=xx,DC=com" ldapbinddn="cn=serviceID,ou=special accounts,ou=ISO,dc=xx,dc=com" ldapbindpasswd="xxxx" ldapsearchattribute="sAMAccountName"
host all all clienthostip/ldap ldapserver=ldapserver.com ldapbasedn="OU=Users,OU=ISO,DC=xx,DC=com" ldapbinddn="cn=serviceID,ou=special accounts,ou=ISO,dc=xx,dc=com" ldapbindpasswd="xxxxx" ldapsearchattribute="sAMAccountName"
This my pg_hba.conf , If I comment one entry users belong that basedn works , With 2 entry not working ... Please help how to go about this
host all all clienthostip/32 ldap ldapserver=ldapserver.com ldapbasedn="OU=Users,OU=AP Region,DC=xx,DC=com" ldapbinddn="cn=serviceID,ou=special accounts,ou=ISO,dc=xx,dc=com" ldapbindpasswd="xxxx" ldapsearchattribute="sAMAccountName"
host all all clienthostip/ldap ldapserver=ldapserver.com ldapbasedn="OU=Users,OU=ISO,DC=xx,DC=com" ldapbinddn="cn=serviceID,ou=special accounts,ou=ISO,dc=xx,dc=com" ldapbindpasswd="xxxxx" ldapsearchattribute="sAMAccountName"
Thanks
Siddesh