blob: 1f03743a1c74725bd6f9e9e2eaf12ab5bd0d8cc4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
*** sbin/web2ldap.py.orig Thu Jan 11 23:46:19 2001
--- sbin/web2ldap.py Thu Jan 11 23:47:16 2001
***************
*** 1,4 ****
! #!/usr/bin/python
########################################################################
# web2ldap - web-based LDAP Client, see http://www.web2ldap.de
--- 1,4 ----
! #!/usr/local/bin/python2.0
########################################################################
# web2ldap - web-based LDAP Client, see http://www.web2ldap.de
***************
*** 13,19 ****
if os.name == 'posix':
# For finding web2ldapcnf.py in /etc/web2ldap on Unix systems
! sys.path.insert(0,'/etc/web2ldap')
else:
# For finding web2ldapcnf.py in system dirs on Windows systems
for i in ['SystemRoot','windir']:
--- 13,19 ----
if os.name == 'posix':
# For finding web2ldapcnf.py in /etc/web2ldap on Unix systems
! sys.path.insert(0,'/usr/local/web2ldap/etc/web2ldap')
else:
# For finding web2ldapcnf.py in system dirs on Windows systems
for i in ['SystemRoot','windir']:
|