Folks;
I'm new to LDAP & i'm trying two things i wish i can get a help from any one:
1. I'm able to search our LDAP using the command below:
ldapsearch -H ldap://ldap.abc.com -x -s sub -D 'uid=ic-admin,ou=Directory Admin ,dc=abc,dc=com' -w password -b 'dc=abc,dc=com' -ZZ supportedSASLMechanisms | grep uid
This command above returns all users in LDAP.
Now:
i have a group "cn=TEST" has some users in it with ObjectClass of "groupofuniquenames". how can i use a command to return only the users in this group instead of returning all LDAP users.
Any help is greatly appreciated
I'm new to LDAP & i'm trying two things i wish i can get a help from any one:
1. I'm able to search our LDAP using the command below:
ldapsearch -H ldap://ldap.abc.com -x -s sub -D 'uid=ic-admin,ou=Directory Admin ,dc=abc,dc=com' -w password -b 'dc=abc,dc=com' -ZZ supportedSASLMechanisms | grep uid
This command above returns all users in LDAP.
Now:
i have a group "cn=TEST" has some users in it with ObjectClass of "groupofuniquenames". how can i use a command to return only the users in this group instead of returning all LDAP users.
Any help is greatly appreciated