Displaying 3 results from an estimated 3 matches for "createuser2".
Did you mean:
createuser
2017 Nov 15
2
add machine script not running
...t the script does not execute at all, i
would just say this:
Sadly the LDAP backend of the NT4/classic DC is not automatically
tested in our make test. However I can't see any specific change in
our control flow here, we should still execute that script if the new
account is created over SAMR CreateUser2 with ACB_WSTRUST.
The account will still be created in LDAP even if ldapsam:editposix =
yes is not set, it will just not be created with posix attributes. If
that were set, we wouldn't run the script however.
As a point of debugging, is the 'add user script' script run instead?
Than...
2017 Nov 16
0
add machine script not running
...count objectClass and related attributes.
> Sadly the LDAP backend of the NT4/classic DC is not automatically
> tested in our make test. However I can't see any specific change in
> our control flow here, we should still execute that script if the new
> account is created over SAMR CreateUser2 with ACB_WSTRUST.
>
> The account will still be created in LDAP even if ldapsam:editposix =
> yes is not set,
Where is this part mentioned in the doc ? I can see anything regarding
account creation in LDAP, except for this editposix directive.
Everything else just mention the add machine...
2017 Nov 15
3
?==?utf-8?q? add machine script not running
Thanks for your response
Le Mercredi, Novembre 15, 2017 17:38 CET, Rowland Penny via samba <samba at lists.samba.org> a écrit:
> I suppose the obvious question is, is the script executable ?
It is. It's a simple perl script with +x. I can exec it from the comande line like
/usr/local/bin/addworkstation.pl foo$
which creates the machin account like it should. I've also