------------------------------------------------------------ revno: 8797 revision-id: amosjeffries@squid-cache.org-20080519114250-0pb8mvm5pc7u6ia4 parent: amosjeffries@squid-cache.org-20080519114131-3u4pxayet3pr8dc6 committer: Amos Jeffries branch nick: SQUID_3_0 timestamp: Mon 2008-05-19 05:42:50 -0600 message: Author: Guido Serassio Updated mswin_check_lm_group documentation ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: amosjeffries@squid-cache.org-20080519114250-\ # 0pb8mvm5pc7u6ia4 # target_branch: http://www.squid-cache.org/bzr/squid3/branches\ # /SQUID_3_0/ # testament_sha1: eed49de6f39aac161de05ff5035ad7f87fd41a3e # timestamp: 2008-05-19 11:52:31 +0000 # source_branch: http://www.squid-cache.org/bzr/squid3/branches\ # /SQUID_3_0 # base_revision_id: amosjeffries@squid-cache.org-20080519114131-\ # 3u4pxayet3pr8dc6 # # Begin patch === modified file 'helpers/external_acl/mswin_lm_group/readme.txt' (properties changed) --- helpers/external_acl/mswin_lm_group/readme.txt 2008-04-12 13:55:42 +0000 +++ helpers/external_acl/mswin_lm_group/readme.txt 2008-05-19 11:42:50 +0000 @@ -1,10 +1,10 @@ This is the readme.txt file for mswin_check_lm_group, an external -helper fo the External ACL Scheme for Squid. - - -This helper must be used in with an authentication scheme, tipically -basic or NTLM, based on Windows NT/2000 domain users. +helper for the External ACL Scheme for Squid. + + +This helper must be used in with an authentication scheme (tipically +basic or NTLM) based on Windows NT/2000 domain users (LM mode). It reads from the standard input the domain username and a list of groups and tries to match it against the groups membership of the specified username. @@ -54,10 +54,10 @@ "Domain Users" NOTES: -- The standard group name comparation is case sensitive, so group name +- The standard group name comparison is case sensitive, so group name must be specified with same case as in the NT/2000 Domain. - It's possible to enable not case sensitive group name comparation (-c), - but on on some non - English locales, the results can be unexpected. + It's possible to enable case insensitive group name comparison (-c), + but on some not-english locales, the results can be unexpected. - Native WIN32 NTLM and Basic Helpers must be used without the -A & -D switches. @@ -71,7 +71,7 @@ I strongly reccomend that mswin_check_lm_group is tested prior to being used in a production environment. It may behave differently on different platforms. To test it, run it from the command line. Enter username and group -pairs separated by a space (username must entered with domain\\username +pairs separated by a space (username must entered with domain%5cusername syntax). Press ENTER to get an OK or ERR message. Make sure pressing behaves the same as a carriage return. Make sure pressing aborts the program.