About HASH crypt

2004-03-06 Thread NetSnake
Hi,all I use samba and LDAP to build a PDC, but samba build NT Password via hash4, and have a program mkntpwd to generate crypted password, does perl has any module or function to do this? -- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

About HASH crypt

2004-03-08 Thread NetSnake
Hi,all I use samba and LDAP to build a PDC, but samba build NT Password via hash4, and have a program mkntpwd to generate crypted password, does perl has any module or function to do this? -- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to print like HEX string

2004-03-20 Thread NetSnake
Hi,all: I use Perl SNMP module to get server information, but I can not print ethernet MAC address. When I use snmpwalk or snmpget program, I get like this: ifPhysAddress.2 = STRING: 0:e0:ac:b0:c2:1 . But in Perl, I can not print this string, in consol, perl print 0 In