CN=Steinar Kleven
and the name context is
OU=Bar.O=Acme
the canonicalized name is
CN=Steinar kleven.OU=Bar.O=Acme
Returns undef on failure in which case you should use LastErr() to get
the Netware error code.
Example:
$Outname = $C->CanonicalizeName($InName)
0: RT_MASTER Master replica
1: RT_SECONDARY Secondary replica
2: RT_READONLY Read-only replica.
Returns 0, on success, Netware error code on failure.
Examples:
$ErrCode = $C->ChangeReplicaType($replicaName, $ServerName,
$NewType);
$ErrCode = $C->ChangeReplicaType('stud.orgunit.org', 'stud_srv',
'RT_READONLY');
0: No debug.
1: Print function failures.
Example:
$C->Debug(1);
http://www.ahs.hist.no/distr/NDSm/
Copyright (c) Steinar Kleven 1997. All rights reserved.