[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: utenza di dominio [era: Problema con montaggio chiavette usb]



Il 22/05/2017 12:24, Giovanni Bellonio ha scritto:
ho modificato smb.conf come segue

        idmap uid = 11000-20000
        idmap gid = 11000-20000
dal man di smb.conf:

       idmap uid (G)

           The idmap uid parameter specifies the range of user ids for the
           default idmap configuration. It is now deprecated in favour of
           idmap config * : range.

io li toglierei anche perché hanno lo stesso range degli uid/gid del dominio DIPPP

        winbind enum users = yes
        winbind enum groups = yes
        winbind use default domain = yes
        template homedir = /home/%U
        template shell = /bin/bash
        client use spnego = yes
        client ntlmv2 auth = yes
        encrypt passwords = yes
        restrict anonymous = 2
        domain master = no
        local master = no
        preferred master = no
        os level = 0


    idmap config DIPPP:range = 11000-20000
    idmap config DIPPP:backend = rid
##    idmap config *:range = 11000-20000
##    idmap config * : backend = tdb
e invece aggiungerei

	idmap config * : range = 20000-30000
	idmap config * : backend = tdb

o qualcosa del genere.
Ce l'hai un account amministrativo fuori dal dominio vero?

Piviul


Reply to: