Displaying 2 results from an estimated 2 matches for "ldbaddgidtogroup".
2019 Aug 09
3
id mapping on a dc+file server
Thanks for your answer. It is clearer now for me.
> >> It is probably a bit late to change now, but there is only one way to
> >> get the same numeric ID everywhere and that is to use the 'ad' winbind
> >> backend.
So, on the Linux clients?
> > This is why I removed the idmap config entries from the dc3 smb.conf.
> > "On a Samba Active
2019 Aug 09
6
id mapping on a dc+file server
...gidNumber when I create a group, but how can I
> edit the group properties?
>
Try the attached script, ( you will need to make it executable), you
will need the ldb-tools package installed and it must be run on a Samba
AD DC
Rowland
-------------- next part --------------
#!/bin/bash
# ldbaddgidtogroup : adds a gidNumber to a group in AD
# Version 1.0 09/08/19
# Copyright (C) 2019 Rowland Penny
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of...