a-t@mindspring.com
2007-Jan-02 21:41 UTC
Re: [Fedora-directory-users] operational attributes
Thanks! I am able to get the createTimestamp attribute as specified. Is there a way to get all operational attributes without having to list each explicitly (e.g., wild card)? Thanks. -----Original Message----->From: Richard Megginson <rmeggins@redhat.com> >Sent: Jan 2, 2007 12:59 PM >To: a-t@mindspring.com, "General discussion list for the Fedora Directory server project." <fedora-directory-users@redhat.com> >Subject: Re: [Fedora-directory-users] operational attributes > >a-t@mindspring.com wrote: >> I have trouble getting operational attribute (such as createTimestamp, CreatorsName, etc.) >> against the Fedora Directory Server using LDAP V3. >> It seems to work with fine LDAP V2, but the attributes are not returned if V3 is used. >> >> Is LDAP V3 not allowing viewing of these attributes? >> >In LDAP v3, operational attributes must be explicitly listed in the list >of attributes to return in the search request. What application are you >using? Do you know how to specify an explicit attribute list? >> Thanks. >> >> >> -- >> Fedora-directory-users mailing list >> Fedora-directory-users@redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-directory-users >>
http://tools.ietf.org/html/rfc3673 is the answer. You just need to add an ''+'' to your returning attr list for any search operation. On 1/2/07, a-t@mindspring.com <a-t@mindspring.com> wrote:> Thanks! I am able to get the createTimestamp attribute as specified. > Is there a way to get all operational attributes without having to list each explicitly (e.g., wild card)? > Thanks. > > -----Original Message----- > >From: Richard Megginson <rmeggins@redhat.com> > >Sent: Jan 2, 2007 12:59 PM > >To: a-t@mindspring.com, "General discussion list for the Fedora Directory server project." <fedora-directory-users@redhat.com> > >Subject: Re: [Fedora-directory-users] operational attributes > > > >a-t@mindspring.com wrote: > >> I have trouble getting operational attribute (such as createTimestamp, CreatorsName, etc.) > >> against the Fedora Directory Server using LDAP V3. > >> It seems to work with fine LDAP V2, but the attributes are not returned if V3 is used. > >> > >> Is LDAP V3 not allowing viewing of these attributes? > >> > >In LDAP v3, operational attributes must be explicitly listed in the list > >of attributes to return in the search request. What application are you > >using? Do you know how to specify an explicit attribute list? > >> Thanks. > >> > >> > >> -- > >> Fedora-directory-users mailing list > >> Fedora-directory-users@redhat.com > >> https://www.redhat.com/mailman/listinfo/fedora-directory-users > >> > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users >-- Ersin
Richard Megginson
2007-Jan-02 22:02 UTC
Re: [Fedora-directory-users] operational attributes
Ersin Er wrote:> http://tools.ietf.org/html/rfc3673 is the answer. You just need to add > an ''+'' to your returning attr list for any search operation.Nope. Fedora DS does not yet support that RFC.> > On 1/2/07, a-t@mindspring.com <a-t@mindspring.com> wrote: >> Thanks! I am able to get the createTimestamp attribute as specified. >> Is there a way to get all operational attributes without having to >> list each explicitly (e.g., wild card)? >> Thanks. >> >> -----Original Message----- >> >From: Richard Megginson <rmeggins@redhat.com> >> >Sent: Jan 2, 2007 12:59 PM >> >To: a-t@mindspring.com, "General discussion list for the Fedora >> Directory server project." <fedora-directory-users@redhat.com> >> >Subject: Re: [Fedora-directory-users] operational attributes >> > >> >a-t@mindspring.com wrote: >> >> I have trouble getting operational attribute (such as >> createTimestamp, CreatorsName, etc.) >> >> against the Fedora Directory Server using LDAP V3. >> >> It seems to work with fine LDAP V2, but the attributes are not >> returned if V3 is used. >> >> >> >> Is LDAP V3 not allowing viewing of these attributes? >> >> >> >In LDAP v3, operational attributes must be explicitly listed in the >> list >> >of attributes to return in the search request. What application are >> you >> >using? Do you know how to specify an explicit attribute list? >> >> Thanks. >> >> >> >> >> >> -- >> >> Fedora-directory-users mailing list >> >> Fedora-directory-users@redhat.com >> >> https://www.redhat.com/mailman/listinfo/fedora-directory-users >> >> >> >> -- >> Fedora-directory-users mailing list >> Fedora-directory-users@redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-directory-users >> > >