mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #02119
[Bug 673016] Re: Contradiction between Help and Exemple in LDAP authentification
Hi Dominique-Alain
if you look closer, the example does use the semicolom (;) to separate
the contexts. The first context is
ou=users,o=org
and the second context is
ou=other,o=org
The comma (,) is the separator between parts __inside__ a context's
distinguished name. The semicolon (;) is the separator between different
context distinguished names.
Saludos.
Iñaki.
** Changed in: mahara
Status: New => Invalid
--
Contradiction between Help and Exemple in LDAP authentification
https://bugs.launchpad.net/bugs/673016
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Status in Mahara ePortfolio: Invalid
Bug description:
In the help file for the LDPA authentification
auth/LDAP/lang/help/forms/auth_config.contexts.html
You message says :
"Separate different contexts with ';' "
but your example show use of coma ','
(e.g., 'ou=users,o=org;ou=other,o=org')
I suppose the example is correct and the text should be edited.
In all versions including 1.3.3
References