[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: How to get all attributes of a entry



Jacky,

ctosgh schrieb (07.01.2013 03:47 Uhr):

I enabled memberOf overlay feature. Now I can get memberOf back with ldapsarch. ldapsearch -x -D "cn=admin,dc=xxx,dc=xxx" -b "dc=xxx,dc=xxx" -w xxx -H "ldap://10.139.36.7:389"; "cn=user2" "memberOf"

However, with above command other attributes, such as cn and sn, can't be retrieved back... As manual said, memberOf is a opertional attribute so that you should require it explicitly..

Is there a way that I can retrieve all other attributes in addition to memberOf?
man ldapsearch:

If ldapsearch finds one or more entries, the  attributes
specified  by attrs  are returned.  If * is listed, all user attributes
are returned.
If + is listed, all operational attributes are returned.  If  no  attrs
are  listed,  all user attributes are returned.  If only 1.1 is listed,
no attributes will be returned.

Use "+" to get operational attributes.


Marc