Univention Bugzilla – Attachment 3420 Details for
Bug 20026
OpenLDAP Ports konfigurierbar machen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Vorschlag für univention.uldap.access Anpassung.
univention_uldap_access_ssl_port.patch (text/plain), 696 bytes, created by
Arvid Requate
on 2011-08-04 10:03:18 CEST
(
hide
)
Description:
Vorschlag für univention.uldap.access Anpassung.
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2011-08-04 10:03:18 CEST
Size:
696 bytes
patch
obsolete
>Index: univention-python/modules/uldap.py >=================================================================== >--- univention-python/modules/uldap.py (Revision 25882) >+++ univention-python/modules/uldap.py (Arbeitskopie) >@@ -133,10 +133,12 @@ > > self.port = port > >- if not self.port: >+ if not self.port: ## if no explicit port is given > ucr = ConfigRegistry() > ucr.load() >- self.port = int(ucr.get('ldap/server/port', 389)) >+ self.port = int(ucr.get('ldap/server/port', 7389)) ## take UCR value >+ if use_ldaps and self.port == "7389": ## adjust the standard port for ssl >+ self.port = "7636" > > # http://www.openldap.org/faq/data/cache/605.html > self.protocol = 'ldap'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20026
:
2698
| 3420