• Joined on 2024-02-21
deon pushed to master at deon/phpldapadmin 2025-03-01 22:09:04 +00:00
b34c030e44 Remove old 1.2 code no longer in use, and same laravel framework items not used
deon pushed to master at deon/phpldapadmin 2025-03-01 21:58:04 +00:00
098b75085e Remove old 1.2 code no longer in use
4ef6cbc00e Set our HTML to tell browsers not to translate the page - closes #290
8e66b2adbc Enable getDNSecure to include a command, that is encrypted with the DN
dfc76ef789 This commit is mainly as a result of creating DN entries and improves some backend functions:
f08fdb1bcd Update Request validation, so that it also knows about required schema attributes
Compare 5 commits »
deon pushed to master at deon/phpldapadmin 2025-02-26 06:31:38 +00:00
3aa5e05947 Start of work to enable creation of new entries
0684424328 Force PLA to not allow guests viewing the site, and thus requiring a login.
f20d9891f2 Fix user swap broken in db4b901
Compare 3 commits »
deon closed issue deon/phpldapadmin#34 2025-02-25 12:51:38 +00:00
Redirect loop when using FastCGI
deon closed issue deon/phpldapadmin#33 2025-02-25 12:51:15 +00:00
Errors/warning on PHP 5.5
deon closed issue deon/phpldapadmin#36 2025-02-25 12:50:58 +00:00
Default Password Encryption of clear - should be SSHA
deon closed issue deon/phpldapadmin#37 2025-02-25 12:50:31 +00:00
Auto-Refresh on Login
deon closed issue deon/phpldapadmin#40 2025-02-25 12:49:42 +00:00
LDIF import problems
deon pushed to master at deon/phpldapadmin 2025-02-25 12:47:46 +00:00
6ebf588b1f Start of work to enable creation of new entries
deon pushed to master at deon/phpldapadmin 2025-02-25 06:30:23 +00:00
4ba0bffe9f Start of work to enable creation of new entries
f9bd352bfb Get version into build image automatically, add docker image labels
Compare 2 commits »
deon pushed to master at deon/phpldapadmin 2025-02-25 06:25:26 +00:00
4321aca86a Start of work to enable creation of new entries
66900ed1d5 Get version into build image automatically, add docker image labels
Compare 2 commits »
deon pushed to master at deon/phpldapadmin 2025-02-25 06:20:47 +00:00
0b30e704fc Start of work to enable creation of new entries
24b1a4459b Get version into build image automatically, add docker image labels
Compare 2 commits »
deon pushed to master at deon/phpldapadmin 2025-02-25 06:12:54 +00:00
29fb20ca6d Start of work to enable creation of new entries
bfe2aeac78 Get version into build image automatically, add docker image labels
Compare 2 commits »
deon pushed to master at deon/phpldapadmin 2025-02-25 01:52:01 +00:00
842f10741e Start of work to enable creation of new entries
7129c9bafa Get version into build image automatically, add docker image labels
Compare 2 commits »
deon pushed to master at deon/phpldapadmin 2025-02-24 22:47:14 +00:00
c1c4f92392 Start of work to enable creation of new entries
f0c301edab Get version into build image automatically, add docker image labels
Compare 2 commits »
deon pushed to master at deon/phpldapadmin 2025-02-24 22:27:58 +00:00
aaaed767d4 Start of work to enable creation of new entries
1a6e9692b7 Get version into build image automatically, add docker image labels
e0e4b0264d Remove data- elements in resources/ we didnt end on using them
03c2eba9e3 Add a STARTTLS example to the configuration file
Compare 4 commits »
deon pushed to master at deon/phpldapadmin 2025-02-23 07:14:51 +00:00
1e19213566 Start of work to enable creation of new entries
deon pushed to master at deon/phpldapadmin 2025-02-23 03:15:41 +00:00
176be19043 The call to dns_get_record() in error.blade is not returning IP addresses, so use DNS_A|DNS_AAAA instead of the default DNS_ANY
ff0bbc758d Removed some old files where functionality has been adapted in PLA v2
8cbd4eaed5 Use the same component to render internal attributes
Compare 3 commits »
deon pushed to master at deon/phpldapadmin 2025-02-21 10:43:34 +00:00
1cc8681b5a Add example ldaps configuration, set TLS_REQCERT to never so php_ldap does validate ldap server SSL certs
deon pushed to master at deon/phpldapadmin 2025-02-21 01:22:57 +00:00
d64478e449 Improved trapping of DNS errors when unable to contact LDAP server, should help #211