Opened 3 years ago

Closed 3 years ago

#2646 closed task (fixed)

Ldap create/edit accounts via id.osgeo.org is broken

Reported by: robe Owned by: sac@…
Priority: normal Milestone: Sysadmin Contract 2021-II
Component: SysAdmin Keywords:
Cc:

Description

Same issue as described in #2645

Change History (1)

comment:1 by robe, 3 years ago

Resolution: fixed
Status: newclosed

Same fixes:

/etc/apache2/mods-enabled/ldap.conf

LDAPVerifyServerCert Off
<Location /ldap-status>
    SetHandler ldap-status
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1 ::1
    Satisfy all
</Location>

after

service apache2 restart

/etc/nslcd.conf

tls_reqcert never

#to fix ssh login

service nslcd restart

#to fix ldapsearch /etc/ldap.conf

TLS_REQCERT never
Note: See TracTickets for help on using tickets.