summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Return OU=Users which is built-in to active directoryScott Ullrich2007-12-312-1/+3
| | | | | | * Specify that LDAP is Active Directory compatible Work sponsored-by: Centipede Networks
* Correct variable check.Scott Ullrich2007-12-311-1/+1
|
* Make form look a little more pleasing to the eye.Scott Ullrich2007-12-311-1/+23
| | | | Work sponsored-by: Centipede Networks
* Adding LDAP Authentication container picker.Scott Ullrich2007-12-314-2/+100
| | | | Work sponsored-by: Centipede Networks
* Add Users containers setting where a ; seperated list of LDAP containersScott Ullrich2007-12-312-2/+31
| | | | | | | | can be specified to authenticate against. Final item will be a graphical browser that can help the operator populate this box if they are feeling lazy or do not understand LDAP completely. Work sponsored-by: Centipede Networks <http://centipedenetworks.com/>
* Make the LDAP settings screen look better.Scott Ullrich2007-12-302-5/+37
| | | | Work sponsored-by: Centipede Networks
* Add LDAP test functions to verify that the LDAP settings are correct.Scott Ullrich2007-12-303-13/+133
| | | | Return the OU's and show to the user after test completion.
* change href linkScott Dale2007-12-301-1/+1
|
* include required files for when widget is being loaded by AJAX calls.Scott Dale2007-12-3011-75/+192
|
* Use AJAX for loading of new widgets. Now most widgets will use AJAX for new ↵Scott Dale2007-12-302-78/+152
| | | | data. Also improved performance
* moved widget tab function to guiconfig.incScott Dale2007-12-301-0/+36
|
* show dns values correctlyScott Dale2007-12-301-1/+2
|
* new ajax functions for dashboardScott Dale2007-12-301-0/+48
|
* Fix bug causing duplicate extension=apc.so entries in php.ini, which blows ↵Chris Buechler2007-12-301-1/+0
| | | | up PHP
* Add ldap_get_user_ous() which will return an array of containers that holdScott Ullrich2007-12-291-0/+43
| | | | | | | user objects. This will be used by the ldap settings manager to allow the operator to specify which containers they would like to authenticate from. Work sponsored-by: Centipede Networks <http://centipedenetworks.com/>
* Correctly display product name.Scott Ullrich2007-12-291-1/+1
|
* Clarify the notes/examples for each of the ldap options. This should makeScott Ullrich2007-12-291-2/+4
| | | | | | | | | it pretty clear until I finish the fancy LDAP tree viewer control. I should also note that as of this commit the LDAP auth functions are now working beautifully against a Windows 2000 Server Active Directory! Work sponsored-by: Centipede Networks <www.centipedenetworks.com>
* Ignore ldap items for locally defined users.Scott Ullrich2007-12-291-13/+18
| | | | Work sponsored-by: Centipede Networks <http://centipedenetworks.com/>
* * Allow LDAP users to login to pfSense.Scott Ullrich2007-12-292-34/+64
| | | | | | * Cross reference Active Directory user groups with pfSense groups, apply groups where names match * Clarify some of the settings items and give examples
* Use correct varSeth Mos2007-12-281-1/+1
|
* * Refactor code a bit, split out user property search functionScott Ullrich2007-12-281-6/+45
| | | | | | * Bring back filter code Work sponsored-by: Centipede Networks
* Allow multiple groups to be assigned per user.Scott Ullrich2007-12-283-19/+49
| | | | Work sponsored-by: Centipede Networks
* * Hide search baseScott Ullrich2007-12-282-5/+11
| | | | | | * Use correct variable name Work sponsored-by: Centipede Networks
* Add ldap.so library.Scott Ullrich2007-12-283-0/+5
| | | | Work sponsored-by: Centipede Networks
* Pretent we are a little bit more secure and hide the password from folksScott Ullrich2007-12-272-2/+2
| | | | that can look over your shoulder.
* Adding LDAP backend glue.Scott Ullrich2007-12-272-7/+52
| | | | Work sponsored-by: Centipede Networks <http://centipedenetworks.com/>
* Adding LDAP options:Scott Ullrich2007-12-271-1/+51
| | | | | | | | | * Binding username * Binding password * Filter * Search base Work sponsored-by: Centipede Networks <http://centipedenetworks.com/>
* Adding LDAP settings:Scott Ullrich2007-12-271-10/+43
| | | | | | | * Authentication backend * LDAP Server:port Work sponsored-by: Centipede Networks
* Detect vmware and embedded platforms and lower the note durationScott Ullrich2007-12-271-4/+4
| | | | automatically.
* Correct script checks.Scott Ullrich2007-12-271-3/+3
|
* Correctly remove freebsd package upon package deletion.Scott Ullrich2007-12-271-2/+7
|
* add comment from RELENG_1_2Chris Buechler2007-12-261-0/+13
|
* fix typoChris Buechler2007-12-261-1/+1
|
* touchup textChris Buechler2007-12-251-1/+1
|
* text cleanupChris Buechler2007-12-251-10/+8
|
* Use list of VLAN long frame and native capable interfaces from globals.inc, ↵Chris Buechler2007-12-252-6/+7
| | | | and remove duplicate (and incomplete) list in interfaces.inc. Update list in globals.inc.
* Only iterate items if it is an array.Scott Ullrich2007-12-241-12/+13
|
* change label to more accurately portray purpose of ruleChris Buechler2007-12-241-3/+3
|
* Change the beep duration /4 when the platform is embedded or we detect that ↵Scott Ullrich2007-12-241-17/+29
| | | | the kern.hz has been altered in /boot/loader.conf.
* Nuke /usr/local/sbin/php if it exists on upgradeScott Ullrich2007-12-241-1/+6
|
* * Only output one error message or save notice at a timeScott Ullrich2007-12-241-5/+11
| | | | | | * Correc the reboot workaround for kernel panics (CARP interface deletion) Ticket #1397
* Do not corrupt output when a space is in the SSID name.Scott Ullrich2007-12-241-7/+11
| | | | Ticket #1531
* Move ttys_wrap into place last.Scott Ullrich2007-12-231-6/+4
|
* freeradius and pptp changes by forum-user 'cybrsrfr'Martin Fuchs2007-12-212-1/+17
|
* OpenVPN-multi-interface-patches by Fernando Tarlá Cardoso LemosMartin Fuchs2007-12-212-1/+23
|
* Slow down the pipe even moreSeth Mos2007-12-211-1/+1
|
* remove annoying and potentially problematic forced page refresh.Chris Buechler2007-12-1718-26/+0
| | | | Ticket #1545
* Make DNS $pconfig variables more consistentScott Ullrich2007-12-171-1/+1
|
* Save all 4 DNS servers correctlyScott Ullrich2007-12-171-1/+18
|
* Adding dnswatch support.Scott Ullrich2007-12-172-5/+49
| | | | Obtained-from: m0n0wall
OpenPOWER on IntegriCloud