Dimas wrote: > - When I edit some user (uid= ...) and click the "Update Object" after > change some attribute, PLA goes to the main page with the error: "Your > system crypt library does not support blowfish encryption." and don't > save the changes. It doesn't happens with all the users. Any idea? When you update a user, what do you update? This error message will be coming from a call to password_hash(), where PLA will be encrypting a password that was presented on the update form, with the selected encoding type (and the encoding type must have been set to "crypt").
Can you provide an LDIF of a user with a problem (change sensitive information to "X"'s) What OS are you using? > - After doing a search, when I access some object PLA shows various > messages like: > "Automatically removed objectClass from template > Courier Mail: Alias: courierMailAlias removed from template as it is > not defined in the schema" > Is there a way to silence this missages? Yes: * remove the offending supplied templates, or * set custom_templates_only (http://phpldapadmin.sourceforge.net/wiki/index.php/Config:appearance:custom_templates_only) and have your own templates, or * add the schema to your ldap server :) > - It's not possible to make simple searches like before. I usually > search by UID, and with 1.2 I have to change the default > "objectClass=*" by "uid=..." every time. In config.php I've > uncommented the 'Command availability' lines: > 'search' => array('simple_search' => true, > 'predefined_search' => true, > 'advanced_search' => true) > I tried to activate only the simple_search with no result. The search was revamped, and those search functions are no longer applicable (I'll remove them to avoid the confusion). What you can do, if you want to have a "uid=*" search, then create it in the queries/ directory and select it from the drop down. I have a few ideas on how to improve the searching for upcoming releases (ie: use the template to pre-populate the fields so that you can have a uid= template and you provide the value before it submitting the search...) > I will rest with the 1.1.x versions until I can fix at least the first > issue. Anyone can help me? Why, 1.2 is so much better :) ...deon ------------------------------------------------------------------------------ _______________________________________________ phpldapadmin-users mailing list phpldapadmin-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users