From: Jim H. <ha...@us...> - 2002-07-23 11:35:51
|
To search for cn being either Frank or Thomas or Karl use (|(cn=Frank)(cn=Thomas)(cn=Karl)) Tor search for the range of modification times, use (&(modifyTimestamp >= 20020101000000Z)(modifyTimestamp >=20020131235959Z)) Net::LDAP is gracious enough to add the outermost () if you omit them, but the actual protocol requires them. --Jim On Tue, 23 Jul 2002 Bet...@gm... wrote: > Hello, i have an new question over Net::LDAP ... i hope is my last Question > for this Project. > How can i search for more as One Attribute, and how can i attach the > Attributes (and, or) > in RFC1960 and other RFCs stand this form: > (cn=Frank) (| (cn=thomas)) > but when i'm write this in my code, i dont get Entries from the x.500 Server > but the Code is 87. > espacially i want Attach (link) the Modifikation Timestamp Attribut so that > i can say, i want all Entries, that are modifikatet between Time1 and Time2 > Pseudocode, which dosn't work > filter=> "(modifyTimestamp >= 20020101000000Z) AND (modifyTimestamp >= > 20020131235959Z)" > > how can i do this? > Thanks for the Answers, ands also for the Answers from Yesterday. > Frank > > -- > GMX - Die Kommunikationsplattform im Internet. > http://www.gmx.net > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > |