]> git.ipfire.org Git - thirdparty/squid.git/commit
Ability to search for the user DN to log in as
authorhno <>
Mon, 16 Apr 2001 03:04:30 +0000 (03:04 +0000)
committerhno <>
Mon, 16 Apr 2001 03:04:30 +0000 (03:04 +0000)
commit331ba75615f2fdc0500eeb6525b6c68dd2bf81c8
tree61c2d7d2f6f684c2c8dab72961d77ec4ae74794f
parentf484cdf5a978947ad50c69fd379ac5fc3027a43e
Ability to search for the user DN to log in as

Command line options for all configuration data. No longer any need
to edit squid_ldap_auth.c, just specify the correct options from
squid.conf.

Arguments:
   -b basedn
   -s searchscope
   -f searchfilter
   ldap_server_name

More documentation will be written later, explaining how to use the
searchfilter and scope, with examples on how to use this to log in
to Microsoft active directory.
helpers/basic_auth/LDAP/Makefile.in
helpers/basic_auth/LDAP/README
helpers/basic_auth/LDAP/squid_ldap_auth.c