[Samba] guess account
Rowland Penny
rowlandpenny at googlemail.com
Sun Nov 30 02:53:13 MST 2014
On 30/11/14 02:11, jacek burghardt wrote:
> Now i need to add some users so i can replace exchange server. I wish
> samba supported server 2012 . It looks like this i wonder what is the
> difference between users and ads in security setting
> # Global parameters
> [global]
> passdb backend = tdbsam
> workgroup = hebe
> realm = hebe.us <http://hebe.us>
> netbios name = zafire
> server string = %h ArchLinux Host
> security = user
> encrypt passwords = yes
> password server = zafire.hebe.us <http://zafire.hebe.us>
> guest account = guest
> idmap config * : backend = rid
> idmap config * : range = 10000-20000
> idmap config SHORTDOMAINNAME:backend = ad
> idmap config SHORTDOMAINNAME:schema_mode = rfc2307
> idmap config SHORTDOMAINNAME:range = 500-40000
>
> winbind use default domain = Yes
> winbind enum users = Yes
> winbind enum groups = Yes
> winbind nested groups = Yes
> winbind separator = +
> winbind refresh tickets = yes
> winbind nss info = rfc2307
>
You still have massive problems with your smb.conf, you have changed
'security = ads' to 'security = user', yet everything else above still
says member server, everything below says PDC. What do you want, a
member server joined to a domain, or a PDC or what ???
Rowland
> template shell = /bin/bash
> template homedir = /home/%D/%U
> domain master = yes
> os level = 33
> preferred master = auto
> domain master = yes
> local master = yes
> domain logons = yes
> logon path = \\%N\profiles\%U
> logon drive = H:
> logon home = \\homeserver\%U\winprofile
> logon script = logon.cmd
> dns proxy = no
> wins server = zafire.hebe.us <http://zafire.hebe.us>
>
>
>
More information about the samba
mailing list