Change NetWare and GroupWise passwords
This script generates random
pronounceable
passwords and sets both the NetWare and the GroupWise password for each account listed.
[Settings_Begin]
BatchSettings.Delimiter
=;
BatchSettings.MarkerCol
=3
BatchSettings.MarkersAutoRemove
=Yes
//Password Generator Settings
Generator.Password.DestCol
=2
Generator.Password.Special.Vowels
=aeiouy
Generator.Password.Special.Consonants
=bcdfghjklmnpqrstvwxz
Generator.Password.Special.Numbers
=0123456789
Generator.Password.Special.Special
=-+#¤%!_*
Generator.Password.Special.Format
=rnBababas
// Novell specific settings
SET
NDRoot=OAK\MyOrg\MyOU
SET
NDOU=OU3
SET
NDOUPath=%NDRoot%\%NDOU%
SET
GW_DomainDataBasePath=\\lisa\sys\domdir
SET
GW_PostOffice=HQPO
[Settings_End]
[Init_Batch_Begin]
Data.Passwords.Generate
Special
Data.Show
[Init_Batch_End]
[Batch_Begin]
Data.Loop
Nov.DS.Account.SetPassword
%NDOUPath%\%col1%,%col2%
Nov.GW.Account.SetPassword
%GW_DomainDataBasePath%, %GW_PostOffice%, %col1%, %col2%
Data.Endloop
[Batch_End]
[Data_Begin]
AccountName1
AccountName2
AccountName3
[Data_End]
Tip
Print password sheets by using the
print data section
function.