Veröffentlicht 21. Oktober 200519 j hallo, wer kann mir bei meinem problem helfen? Traceback (most recent call last): File "bscw-4.2.3/pyc23/bs_cgi.py", line 43, in service File "bscw-4.2.3/pyc23/cl_request.py", line 1200, in handle_rq File "bscw-4.2.3/pyc23/bs_cgi.py", line 213, in parse File "bscw-4.2.3/pyc23/bs_cgi.py", line 740, in authenticate File "bscw-4.2.3/pyc23/cl_request.py", line 825, in set_user File "../packages/ldap/src/bs_ldapregister.py", line 47, in try_register import ldap, bs_ldap File "/usr/lib/python2.3/site-packages/ldap/__init__.py", line 21, in ? from _ldap import * ImportError: /usr/lib/python2.3/site-packages/_ldap.so: undefined symbol: ber_pvt_opt_on BSCW Version: BSCW 4.2.3 041118-0849 das orbiteam mein, das ich das machen soll: uebersetzen Sie python-ldap neu und linken Sie es gegen Ihre OpenLDAP Bibliotheken (vgl. http://bscw.fit.fhg.de/Download/AdminManual43.pdf Abschnitt 6.7.1) ich habe aber alles nach handbuch (adminmanual43.pfd) gemacht. was soll ich sonnst noch machen? der ldap server ist auf nem anderen rechner und meine config_ldap.py sieht wie folgt aus: # hosts # Map from base-DNs to LDAP-hosts # For distinguished names, use lower case only and no spaces before # or behind ','. Portnumbers might be specified as 'host.domain:port' # (the default LDAP port number is 389). # You might also use a triple ('host.domain:port', DefaultDN, password) # for the default binding if an anonymous binding to the LDAP-server # is not possible (e.g. for seaching DN's). # # hosts = { # The default binding is an anonymous binding: # 'o=snakeoil,c=de': 'ldap.snakeoil.de', # # The default binding is explicitly specified: # 'o=snakeoil2,c=de': ( # 'ldap.snakeoil.de:389', 'cn=default,o=snakeoil,c=de', 'passwd'), # } hosts = { 'st=bln,o=vilsa,c=net': 'blade.bln.vilsa.net' } was muss ich noch machen?
Archiv
Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.