search for: migrationtools

Displaying 12 results from an estimated 12 matches for "migrationtools".

2002 Sep 05
2
using LDAP and PDC together
Hello, I am in the process of migrating to passdb backend = ldapsam on debian unstable with the latest 3.0pre samba package. All users have a ldap sambaAccount object which was added by hand after using migrationtools from padl.com. Testing auth with smbclient works fine, however when using samba as a PDC from WinXP I can't log into the domain as I used to when "passdb backend = smbpasswd". However adding the machine to the domain seems to work. I haven't dug very deep into the problem, at thi...
2007 Jan 23
1
Samba as a PDC and LDAP - migration
...mail accout. What I want to do is migrate those users to a LDAP server, and make Windows XP authenticate on a Samba Domain Controller. So far, I've managed to make the PDC and LDAP base, but... how can I migrate users from a passwd/shadow account to a samba account? I've tried the "MigrationTools", but it only creates posix accounts, not samba ones... Is there a package to do this kind of migration? Thanks in advance, Mauricio. -- CAMPANHA C?U PARA TODOS - Pelo desperd?cio zero na ilumina??o noturna! http://www.revistamacrocosmo.com/ceuparatodos/ <----- Fa?a sua parte Air co...
2016 Dec 07
4
You have not permission to view content of this location
OS: CentosOS 7 I have installed samba + openldap + smbldap-tools + pam by: yum --enablerepo=extras install -y epel-release yum install -y smbldap-tools yum install -y samba openldap openldap-clients openldap-servers migrationtools yum install -y nss-pam* I know that smbldap-tools is a dead project, but I'm interested in it and would like research on it. I create users and groups by: sudo smbldap-groupadd -a g1 sudo smbldap-groupadd -a g2 sudo smbldap-useradd -a -P -g 1001 u1 sudo smbldap-useradd -a -P -g 1002 u1...
2009 Mar 18
2
Directory server import
Hi list Does anyone know if there is a simple way to import standard linux users into the directory server? I have found some but they don't seem to be so flexible since I have to import from several servers into different ou's Regards Per Qvindesland
2016 Dec 07
0
You have not permission to view content of this location
...2-07 4:08 am, truename wrote: > OS: CentosOS 7 > > I have installed samba + openldap + smbldap-tools + pam by: > > yum --enablerepo=extras install -y epel-release > yum install -y smbldap-tools > yum install -y samba openldap openldap-clients openldap-servers > migrationtools > yum install -y nss-pam* > > I know that smbldap-tools is a dead project, but I'm interested in it > and would like research on it. > > I create users and groups by: > > sudo smbldap-groupadd -a g1 > sudo smbldap-groupadd -a g2 > sudo smbldap-useradd -a -P...
2004 Apr 19
1
Migrate Samba 3.0x tdb to Samba-3.0.2a ldapsam
Hi guys/girls, How are you ? I'm looking at migrating my Samba-3.0.1 server which has the standard tdb backend to Samba-3.0.2a with an LDAP backend. I plan to use nss_ldap too. What would be the best way of doing this ? Any assistance would be greatly appreciated. Kindest regards David Wilson D c D a t a Tel +27 33 342 7003 Fax +27 33 345 4155 Cell +27 83 267 7500 http://www.dcdata.co.za
2004 Oct 09
2
Groupmapping doesn't work
Hi I got a problem with groupmapping. It doesn't work correct: Wilma2:/home/root # net groupmap list | grep 512 Domain Admins (S-1-5-21-3371203057-3264423045-2392767973-512) -> domadm ldapsearch -x cn=domadm: # domadm, groups, wms-hn.de dn: cn=domadm,ou=groups,dc=my-domain objectClass: posixGroup objectClass: sambaGroupMapping cn: domadm gidNumber: 65669 memberUid: tilo sambaSID:
2009 Jul 07
2
Samba configuration error
...info: Adding domain info for FDSAMBA failed with NT_STATUS_UNSUCCESSFUL SID for domain LDAP2 is: xyz..... I am trying to install samba on fedora 11 and got this error. I didnt get this error when I installed it on f9 or f10. I also got this error when trying to do the net group map: [root@ldap2 MigrationTools-47]# net groupmap add rid=2512 ntgroup='Domain Admins' unixgroup='Domain Admins' [2009/07/07 17:16:22, 0] lib/smbldap.c:smb_ldap_start_tls(600) Failed to issue the StartTLS instruction: Protocol error [2009/07/07 17:16:23, 0] lib/smbldap.c:smb_ldap_start_tls(600) Failed to is...
2009 May 19
1
Samba and Migration to an existing LDAP backend
Folks, I have a new build of samba 3.3.0 ( stand alone file server ) which is configured to find all user data in an ldap directory, eg passdb backend = ldapsam. After testing I have confirmed that it all seems to work as it should with a test set of users. Now I need to figure out the best way to migrate the shares and users from the old system ( that used /etc/passwd to store user auth
2005 Dec 05
0
Re: CentOS 3.6, samba-3.0.9-1.3E.5 tdbsam to ldapsam export
...irectory it is essential that you migrate the POSIX account information. The account for Andrea lacks the POSIX account data. The POSIX account information is the data that is presently in your /etc/passwd file. You can obtain a utility to migrate the POSIX account from http://www.padl.com/OSS/MigrationTools.html Specifically, you must first execute one of the "migrate_all_{online,offline}.sh" scripts, then you can execute the "pdbedit -i tdbsam -e ldapsam" process. The book, "The Official Samba-3 HOWTO and Reference Guide" specifically mentions the fact that the POSI...
2006 May 16
7
Unable to bring up Mini-OS on x86_64
I am getting the following error when I try to bring up Mini-OS on x86_64 Xen (unstable: 9994). It is dying in xc_linux_build() causing xend to fault and restart. Any clue why this happening? Has something changed in the builder that Mini-OS needs to be aware of? PS: I tried reverting changeset 9993 (Allow linking of mini-os with application-specific object code), but still got the same error
2007 Aug 14
2
OpenSSH public key problem with Solaris 10 and LDAP users?
Hello. I've got a problem logging in to a Sparc Solaris 10 machine with public key authentication. I searched, and found a similar problem report at <http://thread.gmane.org/gmane.network.openssh.devel/12694>. For that guy, the problem had to do with LDAP. My user accounts are also stored in LDAP, an OpenLDAP server, to be exact. That server runs on the same machine as the machine