Univention Bugzilla – Attachment 4477 Details for
Bug 27539
ldap/server/port bei samba3upgrade verwenden.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch für /usr/share/univention-samba4/samba3upgrade/smb.conf.d/11univention-samba_ldap
samba3upgrade_smb_conf.patch (text/plain), 1008 bytes, created by
Arvid Requate
on 2012-06-26 12:02:32 CEST
(
hide
)
Description:
Patch für /usr/share/univention-samba4/samba3upgrade/smb.conf.d/11univention-samba_ldap
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2012-06-26 12:02:32 CEST
Size:
1008 bytes
patch
obsolete
>Index: samba3upgrade/smb.conf.d/11univention-samba_ldap >=================================================================== >--- samba3upgrade/smb.conf.d/11univention-samba_ldap (Revision 33782) >+++ samba3upgrade/smb.conf.d/11univention-samba_ldap (Arbeitskopie) >@@ -6,7 +6,9 @@ > ldapserver = configRegistry['ldap/server/name'].split(' ') > if configRegistry.get('ldap/server/addition',''): > ldapserver.extend( configRegistry.get('ldap/server/addition').split(' ') ) >- print '\tpassdb backend = ldapsam:"ldap://%s"' % ' ldap://'.join(ldapserver) >+ ldapserverport = configRegistry['ldap/server/port'] >+ ldapserver_and_port = [ "%s:%s" % (s, ldapserverport) for s in ldapserver ] >+ print '\tpassdb backend = ldapsam:"ldap://%s"' % ' ldap://'.join(ldapserver_and_port) > print '\tauth methods = %s' % configRegistry.get('samba/auth/methods', 'guest sam winbind') > > if configRegistry.get('server/role') == 'memberserver' and configRegistry.get('samba/memberserver/passdb/ldap','').lower() in ('yes', 'true'):
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 27539
: 4477