diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2012-08-22 12:58:49 +0200 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2012-08-22 12:58:49 +0200 |
commit | 7b0a749accedb4a6e1f6fb0115d59707f586ec9f (patch) | |
tree | 133645f3e839e716c3c2b831c755148e8fec3d0e /lib/plugins/syntax.php | |
parent | 5782941b257fd32e925d9a23b41846c6e17a7201 (diff) | |
download | rpg-7b0a749accedb4a6e1f6fb0115d59707f586ec9f.tar.gz rpg-7b0a749accedb4a6e1f6fb0115d59707f586ec9f.tar.bz2 |
Better support for multi domain AD setups
This changes how the AD auth backend handles multiple domains. It is now
possible to configure multiple authentication domains even when not
using SSO. USers can provide a domain in NTLM- and Kerberos-Style
(prepended with a backslash, appended with a @-char).
IMPORTANT: If you used AD auth before, you will need to adjust your ACLs
and $conf['superuser'] settings.
This patch changes how user names are cleaned. Spaces and other special chars
are no longer removed. The only adjustment is lowercasing the username
and streamlining the domain handling.
User's login names will now contain the domain name in Kerberos style
(user@yourdomain.com) when they logged in a non-default domain. You need
to make sure your ACLs are setup accordingly.
Domain names are always lowercased and need to be specified lowercased
in the config.
Diffstat (limited to 'lib/plugins/syntax.php')
0 files changed, 0 insertions, 0 deletions