[Samba] Samba4 Member Server not working
steve
steve at steve-ss.com
Thu Aug 29 11:46:30 MDT 2013
On Thu, 2013-08-29 at 14:21 -0300, Carlos Alberto Borges Garcia wrote:
> Hi,
>
>
> Where can I enter this values in AD?
>
Hi
If you have a recent version of Samba4, you can add them when you create
new users:
samba-tool user add --help
will give the options.
If you already have the users, just edit their entries e.g.:
ldbedit --url=/usr/local/samba/private/sam.ldb cn=carlos
Add a minimum of:
uidNumber: 1234567
gidNumber: 12345
Your winbind will then pull this information from AD when needed.
You can get sensible values for uidNumber from idmap e.g.:
wbinfo -i carlos
HTH
Steve
More information about the samba
mailing list