JmapMyLDAP user error - Joomla! Forum - community, help and support
hello guys,
i've spend lot of time on , thought had configured guess not. here can out.
i using iis 6, win server 2003, php , mysql, joomla 2.5 intranet
the website works no problem. got ldap work.
remote_user works fine , populates
sso problem. in log file, says:
a user plugin failed user 'username' - have re-installed few times , individuals plug-ins.
if change settings around get: failed authenticate user 'username'
on intranet joomla pages gives me error: "please enter name"
the line "please enter name" repeats twice if enable "user - joomla"
plug-in settings:
ldap v3:yes
start tls: no
follow referrals: no
host:xxxxx
port: 389
connect user: domain\username
connect pw:*****
use search: yes
base dn: dc=domain,dc=com
user dn/filter: (samaccountname=[username])
map user id: samaccountname
map full name: displayname
map email:mail
-
auth plugin: jmapmyldap
auto register: override - yes
sync name: yes
sync email: yes
use group mapping: yes
allow additions: yes
all removals: yes & default managed
unmanaged group: 1;2;8
public group: 1
mapping list: cn=joomlaadmin,ou=joomla,dc=domain,dc=com:8,6
cn=joomlageneral,ou=joomla,dc=domain,dc=com:1
cn=joomlamanagers,ou=joomla,dc=domain,dc=com:6
lookup: forward
lookup att: memberof
lookup member: dn
use recursion: no
dn attribute: distinguishedname
max depth: 0
-
system - jssomysite
auto create user: yes
ip rule: allow all
ip exception list: n/a
url bypass: nosso
allow backend sso: no
-
sso http
user key: remote_user
username replacement: domain\
ip rule: allow all
ip exception: none
i've spend lot of time on , thought had configured guess not. here can out.
i using iis 6, win server 2003, php , mysql, joomla 2.5 intranet
the website works no problem. got ldap work.
remote_user works fine , populates
sso problem. in log file, says:
a user plugin failed user 'username' - have re-installed few times , individuals plug-ins.
if change settings around get: failed authenticate user 'username'
on intranet joomla pages gives me error: "please enter name"
the line "please enter name" repeats twice if enable "user - joomla"
plug-in settings:
ldap v3:yes
start tls: no
follow referrals: no
host:xxxxx
port: 389
connect user: domain\username
connect pw:*****
use search: yes
base dn: dc=domain,dc=com
user dn/filter: (samaccountname=[username])
map user id: samaccountname
map full name: displayname
map email:mail
-
auth plugin: jmapmyldap
auto register: override - yes
sync name: yes
sync email: yes
use group mapping: yes
allow additions: yes
all removals: yes & default managed
unmanaged group: 1;2;8
public group: 1
mapping list: cn=joomlaadmin,ou=joomla,dc=domain,dc=com:8,6
cn=joomlageneral,ou=joomla,dc=domain,dc=com:1
cn=joomlamanagers,ou=joomla,dc=domain,dc=com:6
lookup: forward
lookup att: memberof
lookup member: dn
use recursion: no
dn attribute: distinguishedname
max depth: 0
-
system - jssomysite
auto create user: yes
ip rule: allow all
ip exception list: n/a
url bypass: nosso
allow backend sso: no
-
sso http
user key: remote_user
username replacement: domain\
ip rule: allow all
ip exception: none
are still having problem? username replacement doing - has unpredictable behaviour on various windows based servers. try double backslash on end of username replacement.
also can see being printed if put "print_r($user); die;" in /plugins/user/jmapmyldap/jmapmyldap.php onuserlogin method public function onuserlogin($user, $options = array()) { print_r($user); die; [...]
also can see being printed if put "print_r($user); die;" in /plugins/user/jmapmyldap/jmapmyldap.php onuserlogin method public function onuserlogin($user, $options = array()) { print_r($user); die; [...]
Comments
Post a Comment