summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/auth.inc
Commit message (Collapse)AuthorAgeFilesLines
* Use escapeshellarg on shell calls in auth.inc. Ticket #6475jim-p2016-06-091-10/+18
|
* Lower default LDAP timeout to 5 seconds. Idea from Sandeep1991 in PR 2971. ↵Chris Buechler2016-05-241-4/+4
| | | | Ticket #6367
* Silence mwexec output. Now that the groupdel actually works, it spams the ↵Chris Buechler2016-05-131-1/+1
| | | | log when group isn't found. Ticket #6352
* Use -g with groupdel when passing a GID. Ticket #6352Chris Buechler2016-05-121-1/+1
|
* Respect all Class attributes returned by the RADIUS server, not only the ↵jim-p2016-04-071-2/+9
| | | | last one received. Fixes #6086
* Teach get_user_privileges how to retrieve groups from LDAP/RADIUS, and have ↵jim-p2016-04-071-1/+19
| | | | getUserEntry fall back to a format that will allow it to function. Net result is that now userHasPrivilege() will respect remote groups as well as local groups, which fixes #6088
* Merge pull request #2831 from NOYB/Includes_-_Remove_PersonalizationsStephen Beaver2016-04-041-2/+2
| | | | (cherry picked from commit 7a2c15f527459cc82aadaf23d06895174c008320)
* Don't modify the group file for scope remote. Ticket #6012Chris Buechler2016-03-291-1/+1
|
* Check whether group exists using GID rather than name. Users can change the ↵Chris Buechler2016-03-191-8/+3
| | | | name, but not the GID. Check return code of pw for whether group exists. Ticket #6013
* Fix CSS paths missed by 9d1be24ef72c0c27fe7a297bf79ec5e4f552a390NewEraCracker2016-03-171-1/+1
|
* Fix RADIUS spelling. It is written in all caps.k-paulius2016-02-101-4/+4
|
* This should prevent the possibility of illegal offsetsNewEraCracker2016-02-081-0/+4
| | | | If you poke pfSense WebGUI you'll find some funny stuff. Username and Password should never be arrays at all.
* Revert chmod change from 9219378b588ce968702be2a7e153aa984504b6aaNewEraCracker2016-01-191-0/+0
|
* Update auth.incDan Vinakovsky2016-01-181-1/+1
| | | add XXX prefix.
* add note about r284483Daniel Vinakovsky2016-01-181-4/+4
|
* more style fixes. unset old fieldsDaniel Vinakovsky2016-01-181-4/+3
|
* style fixesDaniel Vinakovsky2016-01-181-4/+2
|
* compatibility with freebsdDaniel Vinakovsky2016-01-161-0/+9
|
* switched to bcrypt as per #4120daniel2016-01-141-5/+23
| | | | added bcrypt auth as per #4120
* Code style and white space in etcPhil Davis2015-12-101-4/+4
|
* etc inc delete $Id commentsPhil Davis2015-11-101-1/+4
| | | | | | and bits of white space. Note: There are plenty of files still with old-format copyright sections in here.
* Copyright and license cleanupRenato Botelho2015-11-091-5/+3
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* Completed #5333Stephen Beaver2015-10-221-41/+54
|
* White space and minor bits in etcPhil Davis2015-09-161-6/+6
| | | | Cleaner version of https://github.com/pfsense/pfsense/pull/1846
* Add support for LDAP RFC2307 style group membership. Resolves #4923jim-p2015-09-141-8/+17
|
* Provide an LDAP server timeout field. Default to 25 seconds. Resolves #3383jim-p2015-09-141-0/+12
|
* Merge branch 'master' into bootstrapRenato Botelho2015-09-101-1/+1
|\
| * pw lock/unlock throws out error messages even when called with -q, send ↵Renato Botelho2015-09-101-1/+1
| | | | | | | | stderr to /dev/null for now
* | Integrate bootstrap etc/inc with masterPhil Davis2015-08-301-20/+20
| | | | | | | | | | | | This applies the little changes in etc/inc master to the bootstrap branch so that etc/inc in bootstrap will now just have the real differences that are due to real bootstrap changes.
* | Fixed bug #5028Stephen Beaver2015-08-281-1/+1
| | | | | | | | The page was junk as originally converted. It has been re-written to work as required. Links to certificates have yet to be implemented, but that will be added once testing is complete on this version.
* | Merge branch 'master' into bootstrapRenato Botelho2015-08-261-24/+40
|/
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+1627
OpenPOWER on IntegriCloud