summaryrefslogtreecommitdiffstats
path: root/etc/inc/auth.inc
Commit message (Expand)AuthorAgeFilesLines
* Use -q to hopefully git rid of messages such as: pw: WARNING account 'admin' ...Scott Ullrich2009-03-271-2/+2
* Use mwexec() so we do not see this error on fresh installation:Scott Ullrich2009-03-271-1/+1
* Ensure $user_base directory exists and is writable. Kills ugly warning onScott Ullrich2009-03-271-6/+10
* Modify captive portal to use centralized user management. The user manager hasmgrooms2009-03-151-4/+16
* Choose the correct parameter to popen so syncing of a group can work correctly.Ermal Luçi2009-02-281-1/+1
* Open a write pipe so we can be sure the password goes to the stdinput of the ...Ermal Luçi2008-12-221-2/+2
* Add missing /Scott Ullrich2008-11-221-1/+1
* When a new user home directory is created, copy the . (dot) root files.Scott Ullrich2008-11-221-3/+5
* Use a MFS /home on CD-Rom.Scott Ullrich2008-11-211-1/+2
* Backout last commit, /var/home is a symlinnkScott Ullrich2008-11-211-2/+1
* Use /home, even for embeddedScott Ullrich2008-11-211-1/+2
* Only mount for rw during sync function.Scott Ullrich2008-11-121-9/+4
* Another missed needed conf_mount_rw().Scott Ullrich2008-11-111-1/+5
* Oops, we need to mount rw before creating home dir.Scott Ullrich2008-11-111-2/+2
* Hopefully unbreal the user manager on embedded.Scott Ullrich2008-11-111-4/+11
* Add global debug where neededScott Ullrich2008-10-131-3/+6
* Only show debug Running commands if $debug is enabledScott Ullrich2008-10-131-24/+31
* Moves the protocol and certificate options out of the general config pageMatthew Grooms2008-09-091-7/+10
* Remove the page locking privileges after discussion with Scott on IRC. TheMatthew Grooms2008-09-031-80/+0
* Now that we have given the mhash extension a bit of time to settle intoMatthew Grooms2008-08-061-6/+5
* Silence warnings generated by pw during configuration update. Requested byMatthew Grooms2008-08-051-9/+15
* Cleanup authentication code. The basic auth method, the passwd, htpasswdMatthew Grooms2008-08-031-369/+261
* Add an option to set_local_group to clear the system user member list.Matthew Grooms2008-08-011-3/+3
* When performing a user configuration upgrade, make sure the all group getsMatthew Grooms2008-08-011-0/+13
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-195/+60
* Rewrite portions of the user manager to ensure data is properly synced toMatthew Grooms2008-07-251-230/+278
* General whitespace and style cleanup of the auth.inc file. I was having aMatthew Grooms2008-07-211-704/+721
* Remove debug messages that gave away info on why the login failedBill Marquette2008-04-071-10/+19
* Remove dead code.Scott Ullrich2008-02-201-21/+0
* Latest LDAP round from Mark BatchelorScott Ullrich2008-02-111-23/+31
* Latest version of auth.inc from Mark Batchelor fixing a few miscScott Ullrich2008-02-101-28/+48
* Latest LDAP changes from Mark BatchelorScott Ullrich2008-02-031-76/+153
* * Remove trailing blank lineScott Ullrich2008-02-031-5/+7
* * Remove trailing blank lineScott Ullrich2008-02-031-6/+6
* Latest eDir / Active Directory tweaks from Mark Batchelor.Scott Ullrich2008-01-311-963/+1008
* Changes to allow Novell eDir to authenticate via LDAP.Scott Ullrich2008-01-281-11/+16
* Conditional checks use ==, not = !Scott Ullrich2008-01-161-2/+2
* Check that ldap_connect() exists before calling. For some reason onScott Ullrich2008-01-131-2/+17
* * Missing =Scott Ullrich2008-01-011-10/+32
* Only check item if it is an array.Scott Ullrich2007-12-311-2/+3
* Correctly return no groups when the user is not a member of a local group.Scott Ullrich2007-12-311-2/+2
* Modify isSystemAdmin() to check LDAP for a "admins" group.Scott Ullrich2007-12-311-0/+6
* Remove the need to define authetnication containers. Now a user can loginScott Ullrich2007-12-311-7/+22
* Only iterate items if it is an array.Scott Ullrich2007-12-311-12/+14
* * Return OU=Users which is built-in to active directoryScott Ullrich2007-12-311-0/+2
* Correct variable check.Scott Ullrich2007-12-311-1/+1
* Adding LDAP Authentication container picker.Scott Ullrich2007-12-311-0/+2
* Add Users containers setting where a ; seperated list of LDAP containersScott Ullrich2007-12-311-2/+17
* Add LDAP test functions to verify that the LDAP settings are correct.Scott Ullrich2007-12-301-3/+43
* Add ldap_get_user_ous() which will return an array of containers that holdScott Ullrich2007-12-291-0/+43
OpenPOWER on IntegriCloud