 Total post : 12 Profile |
Written on : 10/03/2009 04:37 ( more than one month ) Object : Administration of LDAP users Hi
I sent a discussion about two LDAP servers. Here I have another question.
Using LDAP server, how I manage users using LDAP server.
Now, I realize (or only think) below 1 Add new users from admin region with dammy password who have userids on LDAP server. 2 Set LDAP parameters on "configuration" 3 Start LDAP authentication by checking "Use LDAP authentication" checkbox. 4 After start LDAP authentication, only users having LDAP authentication can login docebo.
Questions 1 Is this protocol is correct ?
2 If someone want to use docebo without LDAP authentication, how he can login ?
With Best wishes,
Daiji Endoh |
| |
 Total post : 80 Profile |
Written on : 10/03/2009 21:22 ( more than one month ) Object : Re: Administration of LDAP users Hi,
dont warry I'm hear....
If you lokk at the code in the lib.user.php file there is some row that manage the possibility to try to login with normal mode if LDAP authentication failed.
But the code, identify this possibility with a flag that I don't know if it's possible to set it in the admin area. Sorry...
Bye, Giuseppe Domani e' un'altro giorno...
|
| |
 Total post : 12 Profile |
Written on : 11/03/2009 04:14 ( more than one month ) Object : Re: Administration of LDAP users Than you for your hint. It is very important for me. And I can manage somehow php code on requirement.
Please reply another question. Should User ids and passoweds be entered in docebo as well as LDAP server ?
I am looking forward to your reply.
With best wishes,
Daiji Endoh |
| |
 Total post : 80 Profile |
Written on : 12/03/2009 11:17 ( more than one month ) Object : Re: Administration of LDAP users Writted by: Endoh DaijiThan you for your hint. It is very important for me. And I can manage somehow php code on requirement.
Please reply another question. Should User ids and passoweds be entered in docebo as well as LDAP server ?
I am looking forward to your reply.
With best wishes,
Daiji Endoh The password could be a dummy password, but user id I think that should be the same... Bye, Giuseppe Domani e' un'altro giorno...
|
| |
 Total post : 502 Profile |
Written on : 21/03/2009 20:24 ( more than one month ) Object : Re: Administration of LDAP users The userid must be the same in docebo and ldap, because is needed for the single login, the password on docebo can be a dummy, no need to replicate the ldap password.
There is a setting that enable the check of the docebo user/password if the ldap login fail as Giuseppe said , the param name is : ldap_alternate_check , you should find it in the same place of the ldap configuration, if you can't find it try to check in core_setting for it, if missign this is the query to add it.
INSERT INTO `core_setting` VALUES ('ldap_alternate_check','on','enum',3,'main',4,1,1,0,'');
Fabio
DoceboLms Staff
|
| |
 Total post : 80 Profile |
Written on : 24/03/2009 17:59 ( more than one month ) Object : Re: Administration of LDAP users Fabio,
thanks for your help, but I think that it should be a good idea to modify the LDAP configuration form in the admin area to try to manage some situation:
1) Different LDAP server, some company have redundant LDAP server; 2) The "ldap_alternate_check" flag.
Bye, Giuseppe
Domani e' un'altro giorno...
|
| |
 Total post : 12 Profile |
Written on : 08/05/2009 08:34 ( more than one month ) Object : Re: Administration of LDAP users I am very grateful for your suggestions. But, in this year, I decided to use originally generated passwords for docebo, because of the time limit.
To the next year, I start to prepare open LDAP server for docebo. The suggestions would be very helpful for me.
With best wishes, Daiji Endoh |
| |
 Total post : 12 Profile |
Written on : 08/05/2009 08:34 ( more than one month ) Object : Re: Administration of LDAP users I am very grateful for your suggestions. But, in this year, I decided to use originally generated passwords for docebo, because of the time limit.
To the next year, I start to prepare open LDAP server for docebo. The suggestions would be very helpful for me.
With best wishes, Daiji Endoh |
| |
 Total post : 12 Profile |
Written on : 08/05/2009 08:34 ( more than one month ) Object : Re: Administration of LDAP users I am very grateful for your suggestions. But, in this year, I decided to use originally generated passwords for docebo, because of the time limit.
To the next year, I start to prepare open LDAP server for docebo. The suggestions would be very helpful for me.
With best wishes, Daiji Endoh |
| |