ad/provision: change http://samba.org to https://www.samba.org
authorBjörn Jacke <bj@sernet.de>
Thu, 8 Dec 2016 17:45:26 +0000 (18:45 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 9 Dec 2016 15:57:31 +0000 (16:57 +0100)
Signed-off-by: Bjoern Jacke <bj@sernet.de>
Reviewed-by: Karolin Seeger <kseeger@samba.org>
Autobuild-User(master): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(master): Fri Dec  9 16:57:31 CET 2016 on sn-devel-144

source4/setup/provision_rootdse_add.ldif
source4/setup/tests/blackbox_newuser.sh

index 4bd59534c7af51574f8821e28e1bece8a910ed72..70390d292170941dcc5a429f78ccfc7086a305ce 100644 (file)
@@ -21,7 +21,7 @@ schemaNamingContext: ${SCHEMADN}
 supportedLDAPVersion: 2
 supportedLDAPVersion: 3
 isSynchronized: FALSE
-vendorName: Samba Team (http://samba.org)
+vendorName: Samba Team (https://www.samba.org)
 supportedCapabilities: 1.2.840.113556.1.4.800
 supportedCapabilities: 1.2.840.113556.1.4.1670
 supportedCapabilities: 1.2.840.113556.1.4.1791
index 9c11cd6ec30defd45875201579265a88903bb7c0..29cb649f3407b43209261f0dac4310a74bfcd3b0 100755 (executable)
@@ -22,8 +22,8 @@ CONFIG="--configfile=$PREFIX/simple-dc/etc/smb.conf"
 #two test for creating new user
 #newuser  account is created with cn=Given Name Initials. Surname
 #newuser1 account is created using cn=username
-testit "user add" $samba_tool user create $CONFIG --given-name="User" --surname="Tester" --initials="T" --profile-path="\\\\myserver\\my\\profile" --script-path="\\\\myserver\\my\\script" --home-directory="\\\\myserver\\my\\homedir" --job-title="Tester" --department="Testing" --company="Samba.org" --description="Description" --mail-address="tester@samba.org" --internet-address="http://samba.org" --telephone-number="001122334455" --physical-delivery-office="101" --home-drive="H:" NewUser testp@ssw0Rd
-testit "user add" $samba_tool user create $CONFIG --use-username-as-cn --given-name="User1" --surname="Tester1" --initials="UT1" --profile-path="\\\\myserver\\my\\profile" --script-path="\\\\myserver\\my\\script" --home-directory="\\\\myserver\\my\\homedir" --job-title="Tester" --department="Testing" --company="Samba.org" --description="Description" --mail-address="tester@samba.org" --internet-address="http://samba.org" --telephone-number="001122334455" --physical-delivery-office="101" --home-drive="H:" NewUser1 testp@ssw0Rd
+testit "user add" $samba_tool user create $CONFIG --given-name="User" --surname="Tester" --initials="T" --profile-path="\\\\myserver\\my\\profile" --script-path="\\\\myserver\\my\\script" --home-directory="\\\\myserver\\my\\homedir" --job-title="Tester" --department="Testing" --company="Samba.org" --description="Description" --mail-address="tester@samba.org" --internet-address="https://www.samba.org" --telephone-number="001122334455" --physical-delivery-office="101" --home-drive="H:" NewUser testp@ssw0Rd
+testit "user add" $samba_tool user create $CONFIG --use-username-as-cn --given-name="User1" --surname="Tester1" --initials="UT1" --profile-path="\\\\myserver\\my\\profile" --script-path="\\\\myserver\\my\\script" --home-directory="\\\\myserver\\my\\homedir" --job-title="Tester" --department="Testing" --company="Samba.org" --description="Description" --mail-address="tester@samba.org" --internet-address="https://www.samba.org" --telephone-number="001122334455" --physical-delivery-office="101" --home-drive="H:" NewUser1 testp@ssw0Rd
 
 # check the enable account script
 testit "enableaccount" $samba_tool user enable $CONFIG NewUser