
	passwd chat = *New*password* %n\n *Re-enter*new*password* %n\n *password*changed*

@!@
if configRegistry.is_false('samba/use_spnego'):
	print '\tuse spnego = no'

print '\tobey pam restrictions = %s' % configRegistry.get('samba/pam/restrictions', 'yes')

print '\tencrypt passwords = %s' % configRegistry.get('samba/encrypt_passwords', 'yes')
@!@
