[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Asking for the third time for an answer
What are you putting for your search string in Outlook?
Also, I have my entries laid out like such:
uid=tdavis,ou=People,dc=domain,dc=com
and with groups:
cn=tdavis,ou=Groups,dc=domain,dc=com
This will be a more 'standard' approach. Most ldap clients I have ran across
look for something similar to what I have above
--
Terry Davis
Systems Administrator
BirdDog Solutions, Inc.
(402) 829-6059
Quoting Steve Simeonidis <simes@cpgen.cpg.com.au>:
> Hi everyone,
>
> I've just setup a simple LDAP with the
> structure mentioned below.
>
> Is it possible to view all the entries using Outlook98?
> Can somebody give me an answer?
> Am I waisting my time setting up an address book to work with
> Outlook98?
> Am I doing something wrong?
>
>
>
>
> This is my ldif
> ===================
> dn: dc=cpg,dc=com,dc=au
> objectClass: top
> objectClass: organization
> o: cpg.com.au
>
> dn: uid=steves,dc=cpg,dc=com,dc=au
> sn: Simeonidis
> cn: Steve Simeonidis
> mail: simes@cpgen.cpg.com.au
> objectClass: top
> objectClass: organization
> objectClass: person
> objectClass: inetorgPerson
> o: cpgen.cpg.com.au
> telephoneNumber: 03 9243 2382
> mail: stevesimeondis@spherion.com
> uid: steves
> mobile: 0403 279792
>
> dn: uid=jordg,dc=cpg,dc=com,dc=au
> sn: Jordan
> cn: Grahame Jordan
> mail: jordg@cpgen.cpg.com.au
> objectClass: top
> objectClass: organization
> objectClass: person
> objectClass: inetorgPerson
> o: cpgen.cpg.com.au
> userPassword: {md5}5f4dcc3b5aa765d61d8327deb882cf99
> st: VIC
> l: Melbourne
> givenName: Grahame
> uid: jordg
> =====================
>
>
> Thanks in advance.
>
> Steve Simeonidis
>