Readme Wiki page commented on by sstolz
- Curious why it has to be Apache since IIS7 now supports PHP, and you could install PHP on Windows with IIS6. Would be nice if it was just a PHP requirement and not a PHP/Apache requirement.
Curious why it has to be Apache since IIS7 now supports PHP, and you could install PHP on Windows with IIS6. Would be nice if it was just a PHP requirement and not a PHP/Apache requirement.
Apr 08, 2009
issue 3
(about ldap password) reported by yingzhe.hsu
- Hello,
I use provisionig-toolkit success create gmail user account from my ldap
server.Then I try to use new user account login.But system tell me password
error.Below is my config.php about password setting:
DEFINE('LDAP_PASSWORD', 'userPassword');
DEFINE('LDAP_DEFAULT_PASSWORD', 'userPassword'); // Default password for
all users if LDAP_PASSWORD = 'default' is 'default
_password'
if (LDAP_PASSWORD == 'field') {
// Add LDAP field names to the array bellow if you wish to use a
readable field or a combination of readable fields. L
ist in order to be combined.
// Alternative, you can generate $field by writting a custom function.
$field = array('sn');
My ldap server user password format is {CRYPT}tOJJ1.HX6gXFM...
How can I transform ldap userPassword format to provisioning-toolkit format?
Pls. help me...
Thanks a lot^^
Hello,
I use provisionig-toolkit success create gmail user account from my ldap
server.Then I try to use new user account login.But system tell me password
error.Below is my config.php about password setting:
DEFINE('LDAP_PASSWORD', 'userPassword');
DEFINE('LDAP_DEFAULT_PASSWORD', 'userPassword'); // Default password for
all users if LDAP_PASSWORD = 'default' is 'default
_password'
if (LDAP_PASSWORD == 'field') {
// Add LDAP field names to the array bellow if you wish to use a
readable field or a combination of readable fields. L
ist in order to be combined.
// Alternative, you can generate $field by writting a custom function.
$field = array('sn');
My ldap server user password format is {CRYPT}tOJJ1.HX6gXFM...
How can I transform ldap userPassword format to provisioning-toolkit format?
Pls. help me...
Thanks a lot^^
Nov 20, 2008
issue 2
(LDAP provisioning of more than 10.000 accounts) commented on by rccgeek
- Be sure to check the LDAP server's config, it probably has a limit setting too.
Be sure to check the LDAP server's config, it probably has a limit setting too.