hi list i´ll use samba with pdb_mysql, but i´ve to use an existing DB where the Password for the users are stored with the mysql password encyption like: UPDATE `user` SET `password` = PASSWORD( 'quick' ) WHERE `uid` = '1'; Is there a way to tell samba to use this encryption rather than nt or lanmann? thx.luke