[Samba] Samba 3.0 + Active Directory + Debian + Profiles?

Paul Eggleton paule at cjntech.co.nz
Thu Jul 24 04:41:05 GMT 2003


Hi Jan,

Jan Johansson wrote on Wednesday, 23 July 2003 8:49 p.m.:
> ==> log.smbd <==
> [2003/07/23 10:49:02, 1] sam/idmap_tdb.c:db_idmap_init(487)
>   idmap uid range missing or invalid
>   idmap will be unable to map foreign SIDs
> [2003/07/23 10:49:02, 1] sam/idmap_tdb.c:db_idmap_init(499)
>   idmap gid range missing or invalid
>   idmap will be unable to map foreign SIDs

Add the following settings in smb.conf and restart winbind:

        idmap uid = 10000-65000
        idmap gid = 10000-65000

One good way to test if you have things set right is to use the wbinfo
command (eg. wbinfo -u). If this correctly lists domain users, great. If
not, check the winbind log file for details.

Cheers,
Paul



More information about the samba mailing list