Displaying 1 result from an estimated 1 matches for "legajo".
Did you mean:
legacy
2009 Dec 02
1
ldapsearch -f file doesn't work
...ning ldap on Centos with packages openldap-2.3.27-8.el5_2.4 y
openldap-2.3.27-8.el5_2.4
I'd want to perform a query that return one attribute. So I did
something as follows:
ldapsearch -W -f qbis.ldif -D "cn=Manager,dc=palermo,dc=edu" -b
"ou=people,dc=mydomain,dc=edu" -x legajo
(Where legajo is the filter)
There is no problem with filter but wih the file "qbis.ldif" which contains:
dn: uid=jdoe,ou=people,dc=mydomain,dc=edu
Of course I could perform that query with no need of one file, but I
need to get "legajo" from around 800 users so it would b...