View | Details | Raw Unified | Return to bug 36201
Collapse All | Expand All

(-)web2ldap/Makefile (-9 / +9 lines)
Lines 6-33 Link Here
6
#
6
#
7
7
8
PORTNAME=	web2ldap
8
PORTNAME=	web2ldap
9
PORTVERSION=	0.8.1
9
PORTVERSION=	0.10.4
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://www.web2ldap.de/download/ \
11
MASTER_SITES=	http://www.web2ldap.de/download/ \
12
		http://www.tricknology.org/ports/
12
		http://www.tricknology.org/ports/
13
13
14
MAINTAINER=	oddbjorn@tricknology.org
14
MAINTAINER=	oddbjorn@tricknology.org
15
15
16
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_ldapmodule.so:${PORTSDIR}/net/py-ldap1
16
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_ldap.so:${PORTSDIR}/net/py-ldap2
17
17
18
NO_BUILD=	yes
18
NO_BUILD=	yes
19
USE_PYTHON=	yes
19
USE_PYTHON=	yes
20
PYTHON_VERSION=	python2.0
21
20
22
do-install:
21
do-install:
23
	@${MKDIR} ${PREFIX}/${PORTNAME}
22
	@${MKDIR} ${PREFIX}/${PORTNAME}
24
	@${RM} -f ${WRKDIR}/${PORTNAME}-${PORTVERSION}/cgi-bin/web2ldap.py.orig
23
	@${RM} -f ${WRKDIR}/${PORTNAME}-${PORTVERSION}/contrib/occonf2ldapoc-esj.py.orig
25
	@${RM} -f ${WRKDIR}/${PORTNAME}-${PORTVERSION}/sbin/web2ldap.py.orig
24
	@${RM} -f ${WRKDIR}/${PORTNAME}-${PORTVERSION}/fcgi/web2ldap.py.orig
26
	@${RM} -f ${WRKDIR}/${PORTNAME}-${PORTVERSION}/sbin/compile.py.orig
25
	@${RM} -f ${WRKDIR}/${PORTNAME}-${PORTVERSION}/sbin/occonf2ldapoc.py.orig
27
	@${RM} -f ${WRKDIR}/${PORTNAME}-${PORTVERSION}/etc/mime.types.orig
26
	@${RM} -f ${WRKDIR}/${PORTNAME}-${PORTVERSION}/sbin/pickleasn1cfg.py.orig
28
	@${RM} -f ${WRKDIR}/${PORTNAME}-${PORTVERSION}/etc/web2ldap/web2ldapcnf/misc.py.orig
29
	@${RM} -f ${WRKDIR}/${PORTNAME}-${PORTVERSION}/etc/web2ldap/web2ldapcnf/standalone.py.orig
27
	@${RM} -f ${WRKDIR}/${PORTNAME}-${PORTVERSION}/etc/web2ldap/web2ldapcnf/standalone.py.orig
30
	@${RM} -f ${WRKDIR}/${PORTNAME}-${PORTVERSION}/etc/web2ldap/web2ldapcnf/hosts.py.orig
28
	@${RM} -f ${WRKDIR}/${PORTNAME}-${PORTVERSION}/etc/mime.types.orig
29
	@${RM} -f ${WRKDIR}/${PORTNAME}-${PORTVERSION}/sbin/compile.py.orig
30
	@${RM} -f ${WRKDIR}/${PORTNAME}-${PORTVERSION}/sbin/web2ldap.py.orig
31
	@${LOCALBASE}/bin/python ${WRKDIR}/${PORTNAME}-${PORTVERSION}/sbin/compile.py
31
	@${LOCALBASE}/bin/python ${WRKDIR}/${PORTNAME}-${PORTVERSION}/sbin/compile.py
32
	@${CP} -r ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ ${PREFIX}/${PORTNAME}
32
	@${CP} -r ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ ${PREFIX}/${PORTNAME}
33
	@if [ -w /var/log ]; then ${MKDIR} /var/log/web2ldap; fi
33
	@if [ -w /var/log ]; then ${MKDIR} /var/log/web2ldap; fi
(-)web2ldap/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (web2ldap-0.8.1.tar.gz) = 9334b813448011990ec13001a693ce08
1
MD5 (web2ldap-0.10.4.tar.gz) = 1c9f866e79bb224e20521912ff712a78
(-)web2ldap/files/patch-ab (-59 / +10 lines)
Lines 1-62 Link Here
1
*** etc/web2ldap/web2ldapcnf/hosts.py.orig	Thu Jan 11 23:52:07 2001
1
*** contrib/occonf2ldapoc-esj.py.orig	Wed Mar 20 15:54:51 2002
2
--- etc/web2ldap/web2ldapcnf/hosts.py	Thu Jan 11 23:52:42 2001
2
--- contrib/occonf2ldapoc-esj.py	Wed Mar 20 15:55:02 2002
3
***************
3
***************
4
*** 55,71 ****
4
*** 1,4 ****
5
      # vCard template files
5
! #!/usr/bin/python
6
      'vcard_template': {
6
  
7
        # 'object class':'pathname of vCard template file'
7
  import sys,string,fileinput,re,getopt
8
!       'person':'/usr/lib/web2ldap/templates/vcard_person.txt',
8
  
9
      },
9
--- 1,4 ----
10
      # HTML template files for printing table entries
10
! #!/usr/local/bin/python
11
      'print_template': {
12
        # 'object class':'pathname of printable HTML template file'
13
!       'person':'/usr/lib/web2ldap/templates/print_person.html',
14
!       'organization':'/usr/lib/web2ldap/templates/print_organization.html',
15
!       'organizationalUnit':'/usr/lib/web2ldap/templates/print_organizationalUnit.html',
16
      },
17
      # HTML template file for Basic Search form
18
!     'searchform_template': '/usr/lib/web2ldap/templates/searchform_Base.html',
19
      # Attributes which should be present in attribute select list of advanced search form
20
      'search_attrs':['cn','mail','o','ou','telephoneNumber','homePhone','description'],
21
      # There are some situations where this client just wants to get the
22
--- 55,71 ----
23
      # vCard template files
24
      'vcard_template': {
25
        # 'object class':'pathname of vCard template file'
26
!       'person':'/usr/local/web2ldap/templates/vcard_person.txt',
27
      },
28
      # HTML template files for printing table entries
29
      'print_template': {
30
        # 'object class':'pathname of printable HTML template file'
31
!       'person':'/usr/local/web2ldap/templates/print_person.html',
32
!       'organization':'/usr/local/web2ldap/templates/print_organization.html',
33
!       'organizationalUnit':'/usr/local/web2ldap/templates/print_organizationalUnit.html',
34
      },
35
      # HTML template file for Basic Search form
36
!     'searchform_template': '/usr/local/web2ldap/templates/searchform_Base.html',
37
      # Attributes which should be present in attribute select list of advanced search form
38
      'search_attrs':['cn','mail','o','ou','telephoneNumber','homePhone','description'],
39
      # There are some situations where this client just wants to get the
40
***************
41
*** 113,122 ****
42
      },
43
      'read_template': {
44
        # 'object class':'pathname of HTML template file'
45
!       'person':'/usr/lib/web2ldap/templates/read_person.html',
46
!       'posixAccount':'/usr/lib/web2ldap/templates/read_posixAccount.html',
47
!       'bankArrangement':'/usr/lib/web2ldap/templates/read_bankArrangement.html',
48
!       'musician':'/usr/lib/web2ldap/templates/read_musician.html',
49
      }
50
    },
51
  
11
  
52
--- 113,122 ----
12
  import sys,string,fileinput,re,getopt
53
      },
54
      'read_template': {
55
        # 'object class':'pathname of HTML template file'
56
!       'person':'/usr/local/web2ldap/templates/read_person.html',
57
!       'posixAccount':'/usr/local/web2ldap/templates/read_posixAccount.html',
58
!       'bankArrangement':'/usr/local/web2ldap/templates/read_bankArrangement.html',
59
!       'musician':'/usr/local/web2ldap/templates/read_musician.html',
60
      }
61
    },
62
  
13
  
(-)web2ldap/files/patch-ac (-15 / +9 lines)
Lines 1-19 Link Here
1
*** etc/web2ldap/web2ldapcnf/misc.py.orig	Thu Jan 11 23:35:00 2001
1
*** fcgi/web2ldap.py.orig	Wed Mar 20 15:57:19 2002
2
--- etc/web2ldap/web2ldapcnf/misc.py	Thu Jan 11 23:38:00 2001
2
--- fcgi/web2ldap.py	Wed Mar 20 15:57:25 2002
3
***************
3
***************
4
*** 4,10 ****
4
*** 1,4 ****
5
  """
5
! #!/usr/bin/python -OO
6
  
7
  # A list with directories containing additional Python modules
8
! pylibdirs = ['/usr/lib/web2ldap/pylib']
9
  
6
  
10
  ########################################################################
11
  # HTTP-Options
12
--- 4,10 ----
13
  """
7
  """
8
  fcgi/web2ldap.py - stub script for running as FastCGI server
9
--- 1,4 ----
10
! #!/usr/local/bin/python -OO
14
  
11
  
15
  # A list with directories containing additional Python modules
12
  """
16
! pylibdirs = ['/usr/local/web2ldap/pylib']
13
  fcgi/web2ldap.py - stub script for running as FastCGI server
17
  
18
  ########################################################################
19
  # HTTP-Options
(-)web2ldap/files/patch-ad (-37 / +8 lines)
Lines 1-42 Link Here
1
*** etc/web2ldap/web2ldapcnf/standalone.py.orig	Wed Dec 20 15:09:50 2000
1
*** sbin/compile.py.orig	Wed Mar 20 15:58:16 2002
2
--- etc/web2ldap/web2ldapcnf/standalone.py	Fri Jan 12 00:12:39 2001
2
--- sbin/compile.py	Wed Mar 20 15:58:46 2002
3
***************
3
***************
4
*** 6,12 ****
4
*** 1,4 ****
5
  """
5
! #!/usr/bin/python
6
  
6
  
7
  # User account name to setuid after being started as root
7
  import compileall
8
! run_username = 'wwwrun'
9
  
8
  
10
  # Contact mail address of the server admin when running stand-alone
9
--- 1,4 ----
11
  server_admin = 'admin@web2ldap.de'
10
! #!/usr/local/bin/python
12
--- 6,12 ----
13
  """
14
  
11
  
15
  # User account name to setuid after being started as root
12
  import compileall
16
! run_username = 'nobody'
17
  
13
  
18
  # Contact mail address of the server admin when running stand-alone
19
  server_admin = 'admin@web2ldap.de'
20
***************
21
*** 36,45 ****
22
  debug_log = '/var/log/web2ldap/debug_log'
23
  
24
  # Where static documents reside
25
! document_root = '/usr/lib/web2ldap/htdocs/'
26
  
27
  # Path name of mime.types file
28
! mime_types = '/etc/mime.types'
29
  
30
  ########################################################################
31
  # SSL-options for running as stand-alone web server
32
--- 36,45 ----
33
  debug_log = '/var/log/web2ldap/debug_log'
34
  
35
  # Where static documents reside
36
! document_root = '/usr/local/web2ldap/htdocs/'
37
  
38
  # Path name of mime.types file
39
! mime_types = '/usr/local/web2ldap/etc/mime.types'
40
  
41
  ########################################################################
42
  # SSL-options for running as stand-alone web server
(-)web2ldap/files/patch-ae (-5 / +5 lines)
Lines 1-13 Link Here
1
*** sbin/compile.py.orig	Thu Jan 11 23:46:13 2001
1
*** sbin/occonf2ldapoc.py.orig	Wed Mar 20 15:58:24 2002
2
--- sbin/compile.py	Thu Jan 11 23:46:30 2001
2
--- sbin/occonf2ldapoc.py	Wed Mar 20 15:58:49 2002
3
***************
3
***************
4
*** 1,4 ****
4
*** 1,4 ****
5
! #!/usr/bin/python
5
! #!/usr/bin/python
6
  
6
  
7
  import compileall
7
  import sys,string,fileinput
8
  
8
  
9
--- 1,4 ----
9
--- 1,4 ----
10
! #!/usr/local/bin/python2.0
10
! #!/usr/local/bin/python
11
  
11
  
12
  import compileall
12
  import sys,string,fileinput
13
  
13
  
(-)web2ldap/files/patch-af (-23 / +6 lines)
Lines 1-30 Link Here
1
*** sbin/web2ldap.py.orig	Thu Jan 11 23:46:19 2001
1
*** sbin/pickleasn1cfg.py.orig	Wed Mar 20 15:58:31 2002
2
--- sbin/web2ldap.py	Thu Jan 11 23:47:16 2001
2
--- sbin/pickleasn1cfg.py	Wed Mar 20 15:58:52 2002
3
***************
3
***************
4
*** 1,4 ****
4
*** 1,4 ****
5
! #!/usr/bin/python
5
! #!/usr/bin/python
6
  
6
  
7
  ########################################################################
7
  import sys
8
  # web2ldap -  web-based LDAP Client, see http://www.web2ldap.de
9
--- 1,4 ----
10
! #!/usr/local/bin/python2.0
11
  
8
  
12
  ########################################################################
9
--- 1,4 ----
13
  # web2ldap -  web-based LDAP Client, see http://www.web2ldap.de
10
! #!/usr/local/bin/python
14
***************
15
*** 13,19 ****
16
  
11
  
17
  if os.name == 'posix':
12
  import sys
18
    # For finding web2ldapcnf.py in /etc/web2ldap on Unix systems
19
!   sys.path.insert(0,'/etc/web2ldap')
20
  else:
21
    # For finding web2ldapcnf.py in system dirs on Windows systems
22
    for i in ['SystemRoot','windir']:
23
--- 13,19 ----
24
  
13
  
25
  if os.name == 'posix':
26
    # For finding web2ldapcnf.py in /etc/web2ldap on Unix systems
27
!   sys.path.insert(0,'/usr/local/web2ldap/etc/web2ldap')
28
  else:
29
    # For finding web2ldapcnf.py in system dirs on Windows systems
30
    for i in ['SystemRoot','windir']:
(-)web2ldap/files/patch-ag (-24 / +7 lines)
Lines 1-30 Link Here
1
*** cgi-bin/web2ldap.py.orig	Thu Jan 11 23:55:56 2001
1
*** sbin/web2ldap.py.orig	Wed Mar 20 15:58:37 2002
2
--- cgi-bin/web2ldap.py	Thu Jan 11 23:56:20 2001
2
--- sbin/web2ldap.py	Wed Mar 20 16:00:47 2002
3
***************
3
***************
4
*** 1,4 ****
4
*** 1,4 ****
5
! #!/usr/bin/python
5
! #!/usr/bin/python
6
  
6
  
7
  ########################################################################
7
  """
8
  # web2ldap -  web-based LDAP Client, see http://www.web2ldap.de
8
  sbin/web2ldap.py - startscript for running as stand-alone HTTP server
9
--- 1,4 ----
9
--- 1,4 ----
10
! #!/usr/local/bin/python2.0
10
! #!/usr/local/bin/python
11
  
11
  
12
  ########################################################################
12
  """
13
  # web2ldap -  web-based LDAP Client, see http://www.web2ldap.de
13
  sbin/web2ldap.py - startscript for running as stand-alone HTTP server
14
***************
15
*** 15,21 ****
16
  
17
    if os.name == 'posix':
18
      # For finding web2ldapcnf.py in /etc/web2ldap on Unix systems
19
!     sys.path.insert(0,'/etc/web2ldap')
20
    else:
21
      # For finding web2ldapcnf.py in system dirs on Windows systems
22
      for i in ['SystemRoot','windir']:
23
--- 15,21 ----
24
  
25
    if os.name == 'posix':
26
      # For finding web2ldapcnf.py in /etc/web2ldap on Unix systems
27
!     sys.path.insert(0,'/usr/local/web2ldap/etc/web2ldap')
28
    else:
29
      # For finding web2ldapcnf.py in system dirs on Windows systems
30
      for i in ['SystemRoot','windir']:
(-)web2ldap/files/patch-ah (+19 lines)
Line 0 Link Here
1
*** etc/web2ldap/web2ldapcnf/standalone.py.orig	Wed Mar 20 16:02:37 2002
2
--- etc/web2ldap/web2ldapcnf/standalone.py	Wed Mar 20 16:03:08 2002
3
***************
4
*** 48,54 ****
5
  document_root = os.path.join(web2ldapcnf.web2ldap_dir,'htdocs')
6
  
7
  # Path name of mime.types file
8
! mime_types = '/etc/mime.types'
9
  
10
  # Listing of directory content (0=disabled, 1=enabled)
11
  dir_listing_allowed = 0
12
--- 48,54 ----
13
  document_root = os.path.join(web2ldapcnf.web2ldap_dir,'htdocs')
14
  
15
  # Path name of mime.types file
16
! mime_types = '/usr/local/web2ldap/etc/mime.types'
17
  
18
  # Listing of directory content (0=disabled, 1=enabled)
19
  dir_listing_allowed = 0
(-)web2ldap/files/patch-ai (+11 lines)
Line 0 Link Here
1
--- etc/web2ldap/web2ldapcnf/standalone.py.orig	Fri Mar 22 12:58:51 2002
2
+++ etc/web2ldap/web2ldapcnf/standalone.py	Fri Mar 22 12:59:10 2002
3
@@ -11,7 +11,7 @@
4
 import os,web2ldapcnf
5
 
6
 # User account name to setuid after being started as root
7
-run_username = 'wwwrun'
8
+run_username = 'nobody'
9
 
10
 # Contact mail address of the server admin when running stand-alone
11
 server_admin = 'admin@web2ldap.de'
(-)web2ldap/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
web2ldap.py is a full-featured web-based LDAP v2+ client written in Python.
1
web2ldap is a full-featured web-based LDAP v2+ client written in Python.
2
2
3
WWW: http://www.web2ldap.de/
3
WWW: http://www.web2ldap.de/
4
4
(-)web2ldap/pkg-message (-6 / +6 lines)
Lines 1-8 Link Here
1
Run /usr/local/web2ldap/sbin/web2ldap.py to start the standalone version
1
Run ${PREFIX}/web2ldap/sbin/web2ldap.py to start the standalone
2
of web2ldap. By default it only accepts connections from localhost, but
2
version of web2ldap. By default it only accepts connections from
3
this can be modified in 
3
localhost, but this can be modified in:
4
4
5
   /usr/local/web2ldap/etc/web2ldap/web2ldapcnf/standalone.py
5
   ${PREFIX}/web2ldap/etc/web2ldap/web2ldapcnf/standalone.py
6
6
7
For instructions on installing the CGI version of web2ldap, please look
7
For instructions on installing the CGI version of web2ldap, please
8
at the enclosed documentation in /usr/local/web2ldap/htdocs/.
8
look at the enclosed documentation in ${PREFIX}/web2ldap/htdocs/.
(-)web2ldap/pkg-plist (-118 / +142 lines)
Lines 1-162 Link Here
1
web2ldap/cgi-bin/web2ldap.py
1
web2ldap/htdocs/css/web2ldap_default.css
2
web2ldap/cgi-bin/web2ldap.pyc
2
web2ldap/htdocs/css/web2ldap_fixed.css
3
web2ldap/contrib/occonf2ldapoc-esj.py
3
web2ldap/htdocs/ssi/footer.html
4
web2ldap/contrib/occonf2ldapoc-esj.pyc
4
web2ldap/htdocs/ssi/head.html
5
web2ldap/etc/mime.types
5
web2ldap/htdocs/ssi/navigation.html
6
web2ldap/etc/web2ldap/ldapoc.py
7
web2ldap/etc/web2ldap/ldapoc.pyc
8
web2ldap/etc/web2ldap/web2ldapcnf/__init__.py
9
web2ldap/etc/web2ldap/web2ldapcnf/__init__.pyc
10
web2ldap/etc/web2ldap/web2ldapcnf/cgibin.py
11
web2ldap/etc/web2ldap/web2ldapcnf/cgibin.pyc
12
web2ldap/etc/web2ldap/web2ldapcnf/hosts.py
13
web2ldap/etc/web2ldap/web2ldapcnf/hosts.pyc
14
web2ldap/etc/web2ldap/web2ldapcnf/misc.py
15
web2ldap/etc/web2ldap/web2ldapcnf/misc.pyc
16
web2ldap/etc/web2ldap/web2ldapcnf/standalone.py
17
web2ldap/etc/web2ldap/web2ldapcnf/standalone.pyc
18
web2ldap/htdocs/changes.html
19
web2ldap/htdocs/css/dark.css
20
web2ldap/htdocs/css/redandgreen.css
21
web2ldap/htdocs/demo.html
6
web2ldap/htdocs/demo.html
22
web2ldap/htdocs/download.html
7
web2ldap/htdocs/download.html
8
web2ldap/htdocs/faq.html
23
web2ldap/htdocs/features.html
9
web2ldap/htdocs/features.html
24
web2ldap/htdocs/feedback.html
10
web2ldap/htdocs/feedback.html
25
web2ldap/htdocs/files.html
11
web2ldap/htdocs/files.html
26
web2ldap/htdocs/install.html
12
web2ldap/htdocs/install.html
27
web2ldap/htdocs/news.html
13
web2ldap/htdocs/news.html
28
web2ldap/htdocs/related.html
14
web2ldap/htdocs/changes.html
29
web2ldap/htdocs/roadmap.html
15
web2ldap/htdocs/roadmap.html
30
web2ldap/htdocs/security.html
16
web2ldap/htdocs/security.html
31
web2ldap/htdocs/ssi/footer.html
32
web2ldap/htdocs/ssi/head.html
33
web2ldap/htdocs/ssi/navigation.html
34
web2ldap/htdocs/web2ldap.html
17
web2ldap/htdocs/web2ldap.html
35
web2ldap/htdocs/web2ldapcnf.html
18
web2ldap/htdocs/web2ldapcnf.html
36
web2ldap/mod_python/web2ldap.py
19
web2ldap/htdocs/web2ldapcnf_fastcgi.html
37
web2ldap/mod_python/web2ldap.pyc
20
web2ldap/htdocs/web2ldapcnf_hosts.html
38
web2ldap/pylib/cgiforms.py
21
web2ldap/htdocs/web2ldapcnf_misc.html
39
web2ldap/pylib/cgihelper.py
22
web2ldap/htdocs/web2ldapcnf_standalone.html
40
web2ldap/pylib/cgihelper.pyc
23
web2ldap/htdocs/related.html
41
web2ldap/pylib/cgisession.py
24
web2ldap/htdocs/compability.html
42
web2ldap/pylib/cgisession.pyc
25
web2ldap/contrib/occonf2ldapoc-esj.py
43
web2ldap/pylib/cgissl.py
26
web2ldap/contrib/occonf2ldapoc-esj.pyc
44
web2ldap/pylib/cgissl.pyc
27
web2ldap/etc/mime.types
45
web2ldap/pylib/charset.py
28
web2ldap/etc/rc.d/web2ldap.sh
46
web2ldap/pylib/charset.pyc
29
web2ldap/etc/web2ldap/web2ldapcnf/standalone.pyc
47
web2ldap/pylib/dsml.py
30
web2ldap/etc/web2ldap/web2ldapcnf/fastcgi.py
48
web2ldap/pylib/dsml.pyc
31
web2ldap/etc/web2ldap/web2ldapcnf/hosts.py
49
web2ldap/pylib/httphelper.py
32
web2ldap/etc/web2ldap/web2ldapcnf/misc.py
50
web2ldap/pylib/httphelper.pyc
33
web2ldap/etc/web2ldap/web2ldapcnf/standalone.py
51
web2ldap/pylib/ipadr.py
34
web2ldap/etc/web2ldap/web2ldapcnf/__init__.pyc
52
web2ldap/pylib/ipadr.pyc
35
web2ldap/etc/web2ldap/web2ldapcnf/fastcgi.pyc
53
web2ldap/pylib/ldapbase.py
36
web2ldap/etc/web2ldap/web2ldapcnf/hosts.pyc
54
web2ldap/pylib/ldapsession.py
37
web2ldap/etc/web2ldap/web2ldapcnf/misc.pyc
55
web2ldap/pylib/ldapsession.pyc
38
web2ldap/etc/web2ldap/web2ldapcnf/__init__.py
56
web2ldap/pylib/ldif.py
39
web2ldap/etc/web2ldap/ldapoc.py
57
web2ldap/pylib/ldif.pyc
40
web2ldap/etc/web2ldap/ldapoidreg.py
58
web2ldap/pylib/msHTTPServer.py
41
web2ldap/etc/web2ldap/ldapoc.pyc
59
web2ldap/pylib/msHTTPServer.pyc
42
web2ldap/etc/web2ldap/ldapoidreg.pyc
60
web2ldap/pylib/msbase.py
43
web2ldap/fcgi/web2ldap.py
61
web2ldap/pylib/msbase.pyc
44
web2ldap/fcgi/web2ldap.pyc
62
web2ldap/pylib/msgzip.py
45
web2ldap/pylib/mspki/x509v3.pyc
63
web2ldap/pylib/msgzip.pyc
64
web2ldap/pylib/mspki/__init__.py
65
web2ldap/pylib/mspki/__init__.pyc
66
web2ldap/pylib/mspki/asn1helper.py
46
web2ldap/pylib/mspki/asn1helper.py
67
web2ldap/pylib/mspki/asn1helper.pyc
68
web2ldap/pylib/mspki/asn1types.py
47
web2ldap/pylib/mspki/asn1types.py
69
web2ldap/pylib/mspki/asn1types.pyc
70
web2ldap/pylib/mspki/entrustext.py
71
web2ldap/pylib/mspki/entrustext.pyc
72
web2ldap/pylib/mspki/nsext.py
48
web2ldap/pylib/mspki/nsext.py
73
web2ldap/pylib/mspki/nsext.pyc
74
web2ldap/pylib/mspki/rfc2459.py
49
web2ldap/pylib/mspki/rfc2459.py
75
web2ldap/pylib/mspki/rfc2459.pyc
76
web2ldap/pylib/mspki/utctime.py
50
web2ldap/pylib/mspki/utctime.py
77
web2ldap/pylib/mspki/utctime.pyc
78
web2ldap/pylib/mspki/util.py
51
web2ldap/pylib/mspki/util.py
79
web2ldap/pylib/mspki/util.pyc
80
web2ldap/pylib/mspki/vendorext.py
52
web2ldap/pylib/mspki/vendorext.py
81
web2ldap/pylib/mspki/vendorext.pyc
82
web2ldap/pylib/mspki/x500.py
53
web2ldap/pylib/mspki/x500.py
83
web2ldap/pylib/mspki/x500.pyc
84
web2ldap/pylib/mspki/x509.py
54
web2ldap/pylib/mspki/x509.py
85
web2ldap/pylib/mspki/x509.pyc
86
web2ldap/pylib/mspki/x509v3.py
55
web2ldap/pylib/mspki/x509v3.py
87
web2ldap/pylib/mspki/x509v3.pyc
56
web2ldap/pylib/mspki/__init__.pyc
57
web2ldap/pylib/mspki/asn1helper.pyc
58
web2ldap/pylib/mspki/asn1types.pyc
59
web2ldap/pylib/mspki/nsext.pyc
60
web2ldap/pylib/mspki/rfc2459.pyc
61
web2ldap/pylib/mspki/utctime.pyc
62
web2ldap/pylib/mspki/util.pyc
63
web2ldap/pylib/mspki/vendorext.pyc
64
web2ldap/pylib/mspki/x500.pyc
65
web2ldap/pylib/mspki/x509.pyc
66
web2ldap/pylib/mspki/__init__.py
88
web2ldap/pylib/pisces/LICENSE
67
web2ldap/pylib/pisces/LICENSE
89
web2ldap/pylib/pisces/PATCHES
68
web2ldap/pylib/pisces/PATCHES
90
web2ldap/pylib/pisces/__init__.py
69
web2ldap/pylib/pisces/__init__.py
91
web2ldap/pylib/pisces/__init__.pyc
92
web2ldap/pylib/pisces/asn1.py
70
web2ldap/pylib/pisces/asn1.py
71
web2ldap/pylib/pisces/__init__.pyc
93
web2ldap/pylib/pisces/asn1.pyc
72
web2ldap/pylib/pisces/asn1.pyc
73
web2ldap/pylib/w2lapp/viewer.pyc
74
web2ldap/pylib/w2lapp/add.py
75
web2ldap/pylib/w2lapp/addmodifyform.py
76
web2ldap/pylib/w2lapp/cnf.py
77
web2ldap/pylib/w2lapp/connect.py
78
web2ldap/pylib/w2lapp/conninfo.py
79
web2ldap/pylib/w2lapp/core.py
80
web2ldap/pylib/w2lapp/delete.py
81
web2ldap/pylib/w2lapp/groupadm.py
82
web2ldap/pylib/w2lapp/gui.py
83
web2ldap/pylib/w2lapp/handler.py
84
web2ldap/pylib/w2lapp/locate.py
85
web2ldap/pylib/w2lapp/login.py
86
web2ldap/pylib/w2lapp/modify.py
87
web2ldap/pylib/w2lapp/monitor.py
88
web2ldap/pylib/w2lapp/passwd.py
89
web2ldap/pylib/w2lapp/read.py
90
web2ldap/pylib/w2lapp/referral.py
91
web2ldap/pylib/w2lapp/rename.py
92
web2ldap/pylib/w2lapp/search.py
93
web2ldap/pylib/w2lapp/searchform.py
94
web2ldap/pylib/w2lapp/viewer.py
95
web2ldap/pylib/w2lapp/__init__.pyc
96
web2ldap/pylib/w2lapp/add.pyc
97
web2ldap/pylib/w2lapp/cnf.pyc
98
web2ldap/pylib/w2lapp/addmodifyform.pyc
99
web2ldap/pylib/w2lapp/connect.pyc
100
web2ldap/pylib/w2lapp/conninfo.pyc
101
web2ldap/pylib/w2lapp/core.pyc
102
web2ldap/pylib/w2lapp/delete.pyc
103
web2ldap/pylib/w2lapp/groupadm.pyc
104
web2ldap/pylib/w2lapp/gui.pyc
105
web2ldap/pylib/w2lapp/handler.pyc
106
web2ldap/pylib/w2lapp/locate.pyc
107
web2ldap/pylib/w2lapp/login.pyc
108
web2ldap/pylib/w2lapp/modify.pyc
109
web2ldap/pylib/w2lapp/monitor.pyc
110
web2ldap/pylib/w2lapp/passwd.pyc
111
web2ldap/pylib/w2lapp/read.pyc
112
web2ldap/pylib/w2lapp/referral.pyc
113
web2ldap/pylib/w2lapp/rename.pyc
114
web2ldap/pylib/w2lapp/search.pyc
115
web2ldap/pylib/w2lapp/searchform.pyc
116
web2ldap/pylib/w2lapp/__init__.py
117
web2ldap/pylib/ldaputil/__init__.py
118
web2ldap/pylib/ldaputil/base.py
119
web2ldap/pylib/ldaputil/passwd.py
120
web2ldap/pylib/ldaputil/__init__.pyc
121
web2ldap/pylib/ldaputil/base.pyc
122
web2ldap/pylib/ldaputil/passwd.pyc
123
web2ldap/pylib/msHTTPHandler.py
124
web2ldap/pylib/msHTTPServer.py
125
web2ldap/pylib/msbase.py
126
web2ldap/pylib/msgzip.py
94
web2ldap/pylib/utctime.py
127
web2ldap/pylib/utctime.py
128
web2ldap/pylib/dsml.pyc
129
web2ldap/pylib/ipadr.pyc
130
web2ldap/pylib/ldapdns.pyc
131
web2ldap/pylib/ldapsession.pyc
132
web2ldap/pylib/msHTTPHandler.pyc
133
web2ldap/pylib/msHTTPServer.pyc
134
web2ldap/pylib/msbase.pyc
135
web2ldap/pylib/msgzip.pyc
136
web2ldap/pylib/dsml.py
95
web2ldap/pylib/utctime.pyc
137
web2ldap/pylib/utctime.pyc
96
web2ldap/pylib/w2ladd.py
138
web2ldap/pylib/ipadr.py
97
web2ldap/pylib/w2ladd.pyc
139
web2ldap/pylib/ldapdns.py
98
web2ldap/pylib/w2laddmodifyform.py
140
web2ldap/pylib/ldapsession.py
99
web2ldap/pylib/w2laddmodifyform.pyc
141
web2ldap/sbin/web2ldap.pyc
100
web2ldap/pylib/w2lcnf.py
101
web2ldap/pylib/w2lcnf.pyc
102
web2ldap/pylib/w2lconnect.py
103
web2ldap/pylib/w2lcore.py
104
web2ldap/pylib/w2lcore.pyc
105
web2ldap/pylib/w2ldelete.py
106
web2ldap/pylib/w2ldelete.pyc
107
web2ldap/pylib/w2lgui.py
108
web2ldap/pylib/w2lhandler.py
109
web2ldap/pylib/w2llogin.py
110
web2ldap/pylib/w2llogin.pyc
111
web2ldap/pylib/w2lmodify.py
112
web2ldap/pylib/w2lmodify.pyc
113
web2ldap/pylib/w2lmodrdn.py
114
web2ldap/pylib/w2lmodrdn.pyc
115
web2ldap/pylib/w2lpasswd.py
116
web2ldap/pylib/w2lpasswd.pyc
117
web2ldap/pylib/w2lread.py
118
web2ldap/pylib/w2lread.pyc
119
web2ldap/pylib/w2lreferral.py
120
web2ldap/pylib/w2lreferral.pyc
121
web2ldap/pylib/w2lsearch.py
122
web2ldap/pylib/w2lsearch.pyc
123
web2ldap/pylib/w2lsearchform.py
124
web2ldap/pylib/w2lsecinfo.py
125
web2ldap/pylib/w2lsecinfo.pyc
126
web2ldap/pylib/w2lviewer.py
127
web2ldap/pylib/w2lviewer.pyc
128
web2ldap/sbin/compile.py
129
web2ldap/sbin/compile.pyc
130
web2ldap/sbin/occonf2ldapoc.py
142
web2ldap/sbin/occonf2ldapoc.py
131
web2ldap/sbin/occonf2ldapoc.pyc
143
web2ldap/sbin/pickleasn1cfg.py
132
web2ldap/sbin/web2ldap.py
144
web2ldap/sbin/web2ldap.py
133
web2ldap/sbin/web2ldap.pyc
145
web2ldap/sbin/compile.pyc
146
web2ldap/sbin/occonf2ldapoc.pyc
147
web2ldap/sbin/pickleasn1cfg.pyc
148
web2ldap/sbin/compile.py
149
web2ldap/templates/vcard_person.txt
134
web2ldap/templates/print_organization.html
150
web2ldap/templates/print_organization.html
135
web2ldap/templates/print_organizationalUnit.html
151
web2ldap/templates/print_organizationalUnit.html
136
web2ldap/templates/print_person.html
152
web2ldap/templates/print_person.html
137
web2ldap/templates/read_bankArrangement.html
153
web2ldap/templates/read_bankArrangement.html
154
web2ldap/templates/read_bibtex.html
155
web2ldap/templates/read_inetOrgPerson.html
138
web2ldap/templates/read_musician.html
156
web2ldap/templates/read_musician.html
139
web2ldap/templates/read_musician.html.de
157
web2ldap/templates/read_musician.html.de
140
web2ldap/templates/read_person.html
158
web2ldap/templates/read_operationalattrs.html
159
web2ldap/templates/read_operationalattrs.html.de
160
web2ldap/templates/read_organization.html
141
web2ldap/templates/read_posixAccount.html
161
web2ldap/templates/read_posixAccount.html
142
web2ldap/templates/searchform_Base.html
162
web2ldap/templates/searchform_Base.html
143
web2ldap/templates/searchform_Base.html.de
163
web2ldap/templates/searchform_Base.html.de
164
web2ldap/templates/searchform_bibtex.html
144
web2ldap/templates/searchform_rfc2307.html
165
web2ldap/templates/searchform_rfc2307.html
145
web2ldap/templates/vcard_person.txt
166
web2ldap/templates/print_bibtex.html
146
@dirrm web2ldap/cgi-bin
167
@dirrm web2ldap/var/run
147
@dirrm web2ldap/contrib
168
@dirrm web2ldap/var/log
169
@dirrm web2ldap/var
170
@dirrm web2ldap/templates
171
@dirrm web2ldap/sbin
172
@dirrm web2ldap/pylib/w2lapp
173
@dirrm web2ldap/pylib/pisces
174
@dirrm web2ldap/pylib/mspki
175
@dirrm web2ldap/pylib/ldaputil
176
@dirrm web2ldap/pylib
177
@dirrm web2ldap/htdocs/ssi
178
@dirrm web2ldap/htdocs/css
179
@dirrm web2ldap/htdocs
180
@dirrm web2ldap/fcgi
148
@dirrm web2ldap/etc/web2ldap/web2ldapcnf
181
@dirrm web2ldap/etc/web2ldap/web2ldapcnf
149
@dirrm web2ldap/etc/web2ldap
182
@dirrm web2ldap/etc/web2ldap
183
@dirrm web2ldap/etc/rc.d
150
@dirrm web2ldap/etc
184
@dirrm web2ldap/etc
151
@dirrm web2ldap/htdocs/css
185
@dirrm web2ldap/contrib
152
@dirrm web2ldap/htdocs/doc
153
@dirrm web2ldap/htdocs/ssi
154
@dirrm web2ldap/htdocs
155
@dirrm web2ldap/html
156
@dirrm web2ldap/mod_python
157
@dirrm web2ldap/pylib/mspki
158
@dirrm web2ldap/pylib/pisces
159
@dirrm web2ldap/pylib
160
@dirrm web2ldap/sbin
161
@dirrm web2ldap/templates
162
@dirrm web2ldap
186
@dirrm web2ldap

Return to bug 36201