[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Groups
I use groups like this:
cn=admins,ou=ITAccounts,o=Company, c=RU
cn=Adminstrators of the Directory
objectclass=groupofNames
objectclass=top
member=uid=user1,ou=People,o=Company,c=RU
member=uid=user2,ou=People,o=Company,c=RU
You must ensure that the `member' attribute type contains normalized DN (i.e.
without blanks) if you wish to use the groups for authentication.
Regards,
-JP
On Tue, 19 Dec 2000, Michael Kondrashin wrote:
> Dear Sirs,
> In my LDAP tree I have users with dn like "uid=user, ou=People, o=Company, c=RU". How to create groups of users in LDAP? I intend to use LDAP for authentication.
>
>
> Best regards,
> Michael Kondrashin
>
- Follow-Ups:
- Re: Groups
- From: Tod Thomas <tthomas@chubb.com>
- Re: Groups
- From: "Michael Kondrashin" <support@apl.ru>
- References:
- Groups
- From: "Michael Kondrashin" <support@apl.ru>