search for: _base64

Displaying 4 results from an estimated 4 matches for "_base64".

Did you mean: base64
2015 Aug 26
3
Import USER and PASSWORD Samba3+OpenLadp TO Samba4
...uch as 123456? > >I did not understand what you sent me. > >replace: unicodePwd >unicodePwd :: $ unicodePwd " > >To get $ unicodePwd, I would do this: > >UnicodePwd = $ (echo -n "\" $ _ user_pw \ "" | $ _ICONV -f -t >UTF-8 UTF-16LE >| >$ _BASE64 -w 0) > > > >-- >View this message in context: >http://samba.2283325.n4.nabble.com/Import-USER-and-PASSWORD-Sam >ba3-OpenLadp-TO-Samba4-tp4690180p4690271.html >Sent from the Samba - General mailing list archive at Nabble.com. > >-- >To unsubscribe from this list g...
2015 Aug 25
3
Import USER and PASSWORD Samba3+OpenLadp TO Samba4
A blank password should work yes, but I do not know if I can make is to put each user change password at next logon. I did not see this option in the ldif ... -- View this message in context: http://samba.2283325.n4.nabble.com/Import-USER-and-PASSWORD-Samba3-OpenLadp-TO-Samba4-tp4690180p4690214.html Sent from the Samba - General mailing list archive at Nabble.com.
2015 Aug 25
0
Import USER and PASSWORD Samba3+OpenLadp TO Samba4
...ectory: /home/User3 unixUserPassword: ABCD!efgh12345$67890 dn: CN=User3,CN=Users,DC=example,DC=com changetype: modify replace: unicodePwd unicodePwd::$UNICODEPWD" To get $UNICODEPWD, I would do this: UNICODEPWD=$(echo -n "\"$_USER_PW\"" | $_ICONV -f UTF-8 -t UTF-16LE | $_BASE64 -w 0) As you can see the required ldif is different from yours and I told you this over on the samba-technical mailing list. The easiest way for you to add the users will be to write a script that will parse your ldif, using it to obtain the user name etc and then use 'samba-tool user crea...
2015 Aug 25
2
Import USER and PASSWORD Samba3+OpenLadp TO Samba4
I am using AD DC. I already have a domain Samba3 + Openladp, I'm creating this new domain Samba4, but I want to import all users who have already registered in my base Openldap. If it was the same demesne I would use the migration tool, but it's a different domain. -- View this message in context: