Index: openacs-4/packages/acs-authentication/lib/local-search.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/lib/local-search.tcl,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/acs-authentication/lib/local-search.tcl 27 Jul 2018 09:16:47 -0000 1.9 +++ openacs-4/packages/acs-authentication/lib/local-search.tcl 5 Aug 2018 10:34:17 -0000 1.10 @@ -1,5 +1,6 @@ ad_include_contract { + Includable search form. Results should be appended to multirow called users at ADP level Default local authority search. @@ -47,7 +48,7 @@ } set system_name [ad_system_name] -# Why dont't we use authority_id if we get one from the parent page? +# Why don't we use authority_id if we get one from the parent page? db_foreach get_users { select first_names, last_name, email, username, user_id, authority_id Index: openacs-4/packages/acs-authentication/www/doc/acs-authentication.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/www/doc/acs-authentication.html,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-authentication/www/doc/acs-authentication.html 3 Apr 2018 21:30:47 -0000 1.2 +++ openacs-4/packages/acs-authentication/www/doc/acs-authentication.html 5 Aug 2018 10:34:17 -0000 1.3 @@ -67,7 +67,7 @@

Then you can enter your specific values for your server, is likely that the recomemded ones will work fine.

Hint: nssha (SSHA) doesn't work well with LDAP use ns_passwd or another encryption method (MD5...)

-

You can make your users to loging using the email or username, by changing the parameter at the kernel named: UseEmailForLoginP under Security section. If username is used for loging, it will ask for the authority to use, since username is unique by authority but not for the entire openacs installation (can exists several identic usernames but each one belongs to a different authority).

+

You can make your users to logging using the email or username, by changing the parameter at the kernel named: UseEmailForLoginP under Security section. If username is used for logging, it will ask for the authority to use, since username is unique by authority but not for the entire openacs installation (can exists several identic usernames but each one belongs to a different authority).

 

acs-authentication defines a set of SC to interact with the different authentication implementations (LDAP or PAM):

    Index: openacs-4/packages/acs-authentication/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/www/doc/index.html,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/acs-authentication/www/doc/index.html 7 Aug 2017 23:47:46 -0000 1.7 +++ openacs-4/packages/acs-authentication/www/doc/index.html 5 Aug 2018 10:34:17 -0000 1.8 @@ -2,7 +2,7 @@ +"HTML Tidy for macOS (vers 31 October 2006 - Apple Inc. build 15.15), see www.w3.org"> External Authentication