Displaying 2 results from an estimated 2 matches for "upgradegroup".
2013 May 20
1
[Samba4] modifying attributes: no write access to self
...shows up correcly in
ADUC.
* retrieving user and group info (for user added in AD, and not existing
locally) via getent
*Problem:
*
I'm added a new group
*samba-tool group add Leerkrachten*
Then i tryied posixifying the group (as i did with the builtin group
"Domain Users"
*s4bind upgradegroup Leerkrachten 30000*
This however gives me
ERR: (insufficient access rights) "LDAP error 50
LDAP_INSUFFICIENT_ACCESS_RIGHTS - <00002098: Object
cn=Leerkrachten,cn=Users,DC=stp4,DC=stp,DC=internal has no write property
access
> <>" on DN cn=Leerkrachten,cn=Users,DC=stp4,DC=st...
2016 Nov 03
1
getent not displaying builtin groups or users
...the full list from a member server
e.g. testing winbindd user/group retrieval on the
https://wiki.samba.org/index.php/Setup_Samba_as_an_AD_Domain_Member page ?
this as far as i got to,
using s4bind from the linux costa blanca website
all commands executed on the dc
[root at ashanti dc]# s4bind upgradegroup "Domain Users" 20513
### s4bind ###
Default principal: Administrator at AD.TISSISAT.CO.UK
dn: cn=Domain Users,cn=Users,DC=ad,DC=tissisat,DC=co,DC=uk
changetype: modify
add: objectClass
objectClass: posixGroup
-
add: gidNumber
gidNumber: 20513
Modified 1 records successfully
Done
[root a...