Display LDAP checkbox only if ldap is enabled from config |
|
More...
|
almost 11 years ago
|
Merge pull request #129 from neatbasis/master |
|
More...
|
almost 11 years ago
|
Added sqlite migration file (just in case) |
|
More...
|
almost 11 years ago
|
Updated insert statement for sqlite database required after added ldap field. |
|
More...
|
almost 11 years ago
|
Merge pull request #139 from alexjfisher/ldap-sql-changes |
|
More...
|
almost 11 years ago
|
Introduced ldap_use config variable, this protects current users from fatal failure after upgrade if they forget to update database |
|
More...
|
almost 11 years ago
|
Only display links to changing your own password if you're not an ldap user. |
|
More...
|
almost 11 years ago
|
Implement setting of the use_ldap flag when using the users.php interface. |
|
More...
|
almost 11 years ago
|
Only uberusers should have the option of modifying the use_ldap flag. |
|
More...
|
almost 11 years ago
|
Add SQL scripts for updating to poweradmin 2.1.7 |
|
More...
|
almost 11 years ago
|
Add extra use_ldap column into users tables. |
|
More...
|
almost 11 years ago
|
Merge pull request #137 from alexjfisher/master |
|
More...
|
almost 11 years ago
|
Fix mis-spelling of 'domain' |
|
More...
|
almost 11 years ago
|
Fix broken link. |
|
More...
|
almost 11 years ago
|
Changed all links to project site, because now it is hosted at GitHub and no SSL is available |
|
More...
|
almost 11 years ago
|
Merge pull request #130 from alexjfisher/master |
|
More...
|
almost 11 years ago
|
Remove unused global variable not used in this function. |
|
More...
|
almost 11 years ago
|
Refactor to remove 'Arrow Anti-pattern' |
|
More...
|
almost 11 years ago
|
Display use_ldap flag in user management. |
|
More...
|
almost 11 years ago
|
Implement LDAPAuthenticate function. |
|
More...
|
almost 11 years ago
|
Add function to check if user is an LDAP user. |
|
More...
|
almost 11 years ago
|
Move internal authentication code to new function. |
|
More...
|
almost 11 years ago
|
Fix is_valid_rr_cname_name behaviour |
|
More...
|
almost 11 years ago
|
Added id column and now it is possible to order zone records by id |
|
More...
|
almost 11 years ago
|
Script to rebuild TLD list moved to poweradmin-script repository |
|
More...
|
almost 11 years ago
|
Fixed spelling typo. Also added missing file mentioned in #22. |
|
More...
|
almost 11 years ago
|
Merge pull request #113 from wpaesen/mysqli_ssl |
|
More...
|
almost 11 years ago
|
Fixes #112 - Removed dependency on PDO::rowCount, this fixes SQLite support |
|
More...
|
almost 11 years ago
|
Removed duplicated code |
|
More...
|
almost 11 years ago
|
Fix for PHP 5.4.x - PEAR::setErrorHandling() is not marked as static |
|
More...
|
almost 11 years ago
|