[SAC] [OSGeo] #2646: Ldap create/edit accounts via id.osgeo.org is broken

OSGeo trac_osgeo at osgeo.org
Fri Oct 1 00:06:22 PDT 2021


#2646: Ldap create/edit accounts via id.osgeo.org is broken
---------------------------+----------------------------------------
 Reporter:  robe           |       Owner:  sac@…
     Type:  task           |      Status:  closed
 Priority:  normal         |   Milestone:  Sysadmin Contract 2021-II
Component:  Systems Admin  |  Resolution:  fixed
 Keywords:                 |
---------------------------+----------------------------------------
Changes (by robe):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 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
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2646#comment:1>
OSGeo <https://osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Sac mailing list