On 28/10/04 10:41 am, Asu Vohra <[EMAIL PROTECTED]> wrote: > Hi, > > I am new to LDAP. Can anyone tell me how can I authorize a user in LDAP for a > particular service using Perl? > > Thanks, > Asu
You're looking at this the wrong way around ;-) LDAP servers do not know anything about other "services" in the general sense. You will normally have to make those other services aware of your LDAP directory, and configure them to use the information in it for authentication and authorization. Details for doing *that* will be different for each service, and each implementation :-( Cheers, Chris
