Ioan Caltun
2004-Aug-03 12:47 UTC
[Samba] Vampire Migrate NT4 to Samba-LDAP PDC. Access error
Hi, I'm a informatics engineering student and I am working on a factory placement which consists of migrating an NT4 based network upon Red Hat Linux AS 3. I took the manual from www.samba.org <http://www.samba.org/> and adapted the variables as suitable for my case. The only one moment where I cannot carry on anymore is when I am supposed to use net rpc vampire on the PDC. Here is the error message which I receive when executing: [root@SERVRHAS root]# net rpc vampire -S servpdc -U Administrateur%ioan Fetching DOMAIN database SAM_DELTA_DOMAIN_INFO not handled Creating unix group: 'Admins du domaine' Error: Insufficient access at /usr/local/sbin//smbldap_tools.pm line 920. Creating unix group: 'Utilisa. du domaine' Error: Insufficient access at /usr/local/sbin//smbldap_tools.pm line 920. Creating unix group: 'Invit?s du domaine' Error: Insufficient access at /usr/local/sbin//smbldap_tools.pm line 920. And this repeats itself for all the accounts.. Could somebody tell me why there is insufficient acces and especially for whom? As I start the actions as root :-( I use Samba 3.0 and openLDAP 2.0.7 Thank you very much for your help Ioan
Jérôme Tournier
2004-Aug-03 14:24 UTC
[Samba] Vampire Migrate NT4 to Samba-LDAP PDC. Access error
Le Tue, Aug 03, 2004 at 02:47:12PM +0200, Ioan Caltun a ecrit:> Error: Insufficient access at /usr/local/sbin//smbldap_tools.pm line 920. > > And this repeats itself for all the accounts.. Could somebody tell me why there is insufficient acces and especially for whom? As I start the actions as root :-(the script look for a priviledge account defined in smbldap_bind.conf (look in /etc/smbldap-tools). This account must have write access to the directory to be able to add new entries. -- J?r?me
Craig White
2004-Aug-03 14:25 UTC
[Samba] Vampire Migrate NT4 to Samba-LDAP PDC. Access error
On Tue, 2004-08-03 at 05:47, Ioan Caltun wrote:> Hi, > > I'm a informatics engineering student and I am working on a factory placement which consists of migrating an NT4 based network upon Red Hat Linux AS 3. > > I took the manual from www.samba.org <http://www.samba.org/> and adapted the variables as suitable for my case. > > The only one moment where I cannot carry on anymore is when I am supposed to use net rpc vampire on the PDC. > > Here is the error message which I receive when executing: > > > > [root@SERVRHAS root]# net rpc vampire -S servpdc -U Administrateur%ioan > > Fetching DOMAIN database > > SAM_DELTA_DOMAIN_INFO not handled > > Creating unix group: 'Admins du domaine' > > Error: Insufficient access at /usr/local/sbin//smbldap_tools.pm line 920. > > Creating unix group: 'Utilisa. du domaine' > > Error: Insufficient access at /usr/local/sbin//smbldap_tools.pm line 920. > > Creating unix group: 'Invit?s du domaine' > > Error: Insufficient access at /usr/local/sbin//smbldap_tools.pm line 920. > > > > And this repeats itself for all the accounts.. Could somebody tell me why there is insufficient acces and especially for whom? As I start the actions as root :-( > > I use Samba 3.0 and openLDAP 2.0.7---- It appears that the the problem is with the admin dn listed in your smb.conf can't modify LDAP. Did you set the password for this LDAP administration dn? smbpasswd -w PASSWD_OF_ADMIN_DN or there are problems with with your LDAP setup within samba Craig
Reasonably Related Threads
- Smbldap tools blocks when using net rpc vampire to migrate accounts from the NT4 PDC to the SambaLdap BDC
- net rpc vampire hangs up Samba 3 migration
- vampire fails because of Debian smbldap-tools problem
- Samba PDC with Ldap, problems after restart
- It would seem to be simple but it's got me scratching my head