Displaying 2 results from an estimated 2 matches for "s3_gecos".
Did you mean:
pw_gecos
2014 Jan 23
0
php script to migrate other attributes after running classicupgrade
...ba3, $uid, 'initials');
$s3_sambahomepath = @ldap_get_values($samba3, $uid, 'sambaHomePath');
$s3_sambahomedrive = @ldap_get_values($samba3, $uid,
'sambaHomedrive');
$s3_sambalogonscript = @ldap_get_values($samba3, $uid,
'sambaLogonScript');
$s3_gecos = @ldap_get_values($samba3, $uid, 'gecos');
$s3_displayname = @ldap_get_values($samba3, $uid, 'displayName');
$hoeveel_mail = $s3_mail["count"];
$hoeveel_uid = $s3_uid["count"];
echo "This uid: $s3_uid[0], how many addresses defined:...
2019 Apr 04
5
Migration to samba4 ad and sync to openldap.
I managed to do migration using "classicupgrade".
Doing tests with debian buster 2:4.9.4+dfsg-4.
For the moment using samba internal dns and sub-domain of ad.advocap.org.
Had issue forwarding dns if I used main domain.
When it comes to real production will use bind that I understand better
but don't want to mess with my other dns servers now.
Had a w10 box join samba4 ad