Univention Bugzilla – Attachment 4928 Details for
Bug 29865
nbt_server läuft auf Samba4 DC zusätzlich zu nmbd trotz samba4/service/nmb='nmbd'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch: In der smb.conf heisst der Dienst jetzt 'nbt' und nicht mehr 'nbtd'
nbt.diff (text/plain), 1.27 KB, created by
Arvid Requate
on 2012-12-19 16:15:18 CET
(
hide
)
Description:
Patch: In der smb.conf heisst der Dienst jetzt 'nbt' und nicht mehr 'nbtd'
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2012-12-19 16:15:18 CET
Size:
1.27 KB
patch
obsolete
>Index: conffiles/etc/samba/smb.conf.d/10global >=================================================================== >--- conffiles/etc/samba/smb.conf.d/10global (Revision 37826) >+++ conffiles/etc/samba/smb.conf.d/10global (Arbeitskopie) >@@ -27,21 +27,19 @@ > elif configRegistry.get('samba4/service/smb', 's3fs'): > server_services.extend(['-smb', '+s3fs']) > if configRegistry.get('samba4/service/nmb', 'nmbd') == 'nmbd': >- server_services.append('-nbtd') >+ server_services.append('-nbt') > if configRegistry.is_false('samba4/service/drepl'): > server_services.append('-drepl') > if server_services: > print '\tserver services\t=', ' '.join(server_services) > if configRegistry.get('samba4/service/nmb', 'nmbd') == 'nmbd': > print '\tserver role check:inhibit = yes' >+ print '\t# use nmbd; to disable set samba4/service/nbtd to s4' >+ print '\tnmbd_proxy_logon:cldap_server=127.0.0.1' > > print '\tworkgroup\t= %s' % configRegistry['windows/domain'] > print '\trealm\t\t= %s' % configRegistry['kerberos/realm'] > >-if configRegistry.get('samba4/service/nbtd', 'nmbd') == 'nmbd': >- print '\t# use nmbd; to disable set samba4/service/nbtd to s4' >- print '\tnmbd_proxy_logon:cldap_server=127.0.0.1' >- > fqdn = '.'.join([ configRegistry['hostname'], configRegistry['domainname'] ]) > print > print '\ttls enabled\t= yes'
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 29865
: 4928