Dear samba community ! I have to script massive user's import with python. What is the best way to achieve that : manipulate tdb files or uses ldap access ? Thanks for your recomendation yold
On 18/11/14 08:52, MORILLO Jordi wrote:> Dear samba community ! > > I have to script massive user's import with python. > What is the best way to achieve that : manipulate tdb files or uses ldap access ? > Thanks for your recomendation > yoldProbably easiest to write a script around samba-tool, this way you will not have to convert the users password into unicode. Rowland