Displaying 3 results from an estimated 3 matches for "join_domain".
2014 Mar 04
0
Anybody have issues joining machines to a S4 AD domain using VBS
All
got an issue I have a VBS that should join machines to the domain but it's
not working get access denied instantly
anybody got any working scripts they would like to share with me.
btw my script that doesn't work is below
' Join a Computer to a Domain
Const JOIN_DOMAIN = 1
Const ACCT_CREATE = 2
Const ACCT_DELETE = 4
Const WIN9X_UPGRADE = 16
Const DOMAIN_JOIN_IF_JOINED = 32
Const JOIN_UNSECURE = 64
Const MACHINE_PASSWORD_PASSED = 128
Const DEFERRED_SPN_SET = 256
Const INSTALL_INVOCATION = 262144
strDomain = "xxxx.com"
strPassword = "xxxx"
str...
2000 Feb 08
0
[2.0.7pre1] found 'server = domain' directive ...
...e.
Reading symbols from /usr/lib/libc.so.1...done.
Reading symbols from /usr/lib/libmp.so.2...done.
#0 0x31014 in cli_error ()
(gdb) where
#0 0x31014 in cli_error ()
#1 0x2bc68 in cli_errstr ()
#2 0x3f5fc in modify_trust_password ()
#3 0x3fb88 in change_trust_account_password ()
#4 0x241ec in join_domain ()
#5 0x2463c in process_root ()
#6 0x24d74 in main ()
Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy
Systems Administrator @ hub.org
2007 Aug 08
1
Domain with public shares
...min dn = cn=admin,dc=jaegergaarden,dc=skolesys,dc=org
ldap suffix = dc=jaegergaarden,dc=skolesys,dc=org
ldap group suffix = ou=Groups,ou=Samba
ldap user suffix = ou=Users,ou=Samba
ldap machine suffix = ou=Computers,ou=Samba
add machine script = ss_hostmanager join_domain "%u" %D
load printers = Yes
create mask = 0640
directory mask = 0750
nt acl support = No
printing = cups
printcap name = cups
deadtime = 10
guest account = nobody
map to guest = Bad User
dont descend = /proc...