hi,
I like to know wheather it is possible to synchronize Windows Active directory with RHEL Openldap. Some of my users are in openldap and some of them in Active Directory all i want to synchronize these users. Am trying for synchronizing the above two,but am not finding any proper link to refer. If any one knows plz help me with the link to refer.
with regards aravind
Hi,
I would like to export from an existing LIVE Openldap database in linux fedora from the command prompt ?
Can I export all the users data ion LDIF format or text format ? Please help urgently.
What are my options ?
1. Can I export data with passwords ?
2. Can I set default passwords to all my person objects with a script ?
3. Other option ?
Thanks a lot in advance , jmaan
Thanks, Jyotishmaan Ray Moderator Of Paradise Groups http://yahoogroups.com/group/Spirituality-Paradise Are You Spiritually Aware !!! Are You Enjoying Yourself !!! See What All You Had Been Missing !!!! Please Join Immediately By Sending A Blank Mail @ Spirituality-Paradise-subscribe@yahoogroups.com
--- On Mon, 12/8/08, Aravind Arjunan aravind.arjunan@gmail.com wrote:
From: Aravind Arjunan aravind.arjunan@gmail.com Subject: Synchronizing Openldap with Windows Active Directory To: openldap-technical@openldap.org, "Buchan Milne" bgmilne@staff.telkomsa.net, "Almir Karic" redduck666@gmail.com, daniel.rahmeh@gmail.com Date: Monday, December 8, 2008, 5:28 PM
hi, I like to know wheather it is possible to synchronize Windows Active directory with RHEL Openldap. Some of my users are in openldap and some of them in Active Directory all i want to synchronize these users. Am trying for synchronizing the above two,but am not finding any proper link to refer. If any one knows plz help me with the link to refer. with regards aravind
Jyotishmaan Ray jyotishmaan@yahoo.com writes:
Hi,
I would like to export from an existing LIVE Openldap database in linux fedora from the command prompt ? Can I export all the users data ion LDIF format or text format ?
man slapcat(8)
-Dieter
Please tell me if after exporting the openldap database, all the data will get moved physically or just a copy of it would get moved, to the exported file.
Thanks, Jyotishmaan Ray Moderator Of Paradise Groups http://yahoogroups.com/group/Spirituality-Paradise%C2%A0Are You Spiritually Aware !!! Are You Enjoying Yourself !!! See What All You Had Been Missing !!!! Please Join Immediately By Sending A Blank Mail @ Spirituality-Paradise-subscribe@yahoogroups.com
--- On Mon, 12/8/08, Dieter Kluenter dieter@dkluenter.de wrote: From: Dieter Kluenter dieter@dkluenter.de Subject: Re: Needs Urgent HELP from You regarding exportiong of the data To: openldap-technical@openldap.org Date: Monday, December 8, 2008, 9:52 PM
Jyotishmaan Ray jyotishmaan@yahoo.com writes:
Hi,
I would like to export from an existing LIVE Openldap database in linux
fedora from the command prompt ? Can I export all the users data ion LDIF format or text format ?
man slapcat(8)
-Dieter
Jyotishmaan Ray jyotishmaan@yahoo.com writes:
Please tell me if after exporting the openldap database, all the data will get moved physically or just a copy of it would get moved, to the exported file.
No, the database remains as is, the extracted ldif file is just a copy of the database content. If you want to remove the database, you have to delet the *.bdb files in the database directory.
-Dieter
--On Tuesday, December 09, 2008 10:30 AM +0100 Dieter Kluenter dieter@dkluenter.de wrote:
Jyotishmaan Ray jyotishmaan@yahoo.com writes:
Please tell me if after exporting the openldap database, all the data will get moved physically or just a copy of it would get moved, to the exported file.
No, the database remains as is, the extracted ldif file is just a copy of the database content. If you want to remove the database, you have to delet the *.bdb files in the database directory.
Really, you should run the db_recover binary from the BDB release your OpenLDAP was linked against, and then delete the *.bdb files and the log.* files (wherever you have them stored via DB_CONFIG for your database).
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
If on exporting the data from the openldap database, the data would get removed physically from the database, or a copy of it get exported (like the copy command of linux).
Thanks, Jyotishmaan Ray Moderator Of Paradise Groups http://yahoogroups.com/group/Spirituality-Paradise%C2%A0Are You Spiritually Aware !!! Are You Enjoying Yourself !!! See What All You Had Been Missing !!!! Please Join Immediately By Sending A Blank Mail @ Spirituality-Paradise-subscribe@yahoogroups.com
--- On Mon, 12/8/08, Dieter Kluenter dieter@dkluenter.de wrote: From: Dieter Kluenter dieter@dkluenter.de Subject: Re: Needs Urgent HELP from You regarding exportiong of the data To: openldap-technical@openldap.org Date: Monday, December 8, 2008, 9:52 PM
Jyotishmaan Ray jyotishmaan@yahoo.com writes:
Hi,
I would like to export from an existing LIVE Openldap database in linux
fedora from the command prompt ? Can I export all the users data ion LDIF format or text format ?
man slapcat(8)
-Dieter
On Mon, Dec 08, 2008 at 05:28:03PM +0530, Aravind Arjunan wrote:
I like to know wheather it is possible to synchronize Windows Active directory with RHEL Openldap. Some of my users are in openldap and some of them in Active Directory all i want to synchronize these users.
This is a general directory synchronisation problem. It is not specific to OpenLDAP or to RHEL so I suggest you search for 'directory synchronisation' - you will find that there are a number of commercial products and several open-source projects that do this in one way or another. Even if you start with a specific AD-LDAP sync product you should expect to write some code to implement your policies on what gets replicated in each direction.
See recent discussions on this list for information about capturing AD passwords. You may need to install code on all the AD domain controllers.
Andrew
Andrew,
On Mon, Dec 8, 2008 at 5:22 AM, Andrew Findlay andrew.findlay@skills-1st.co.uk wrote:
See recent discussions on this list for information about capturing AD passwords. You may need to install code on all the AD domain controllers.
Can you please point out specific threads in this case. Have been looking through the archives but couldn't get threads related to capturing AD Passwords.
Thanks, Animesh
On Mon, Dec 08, 2008 at 09:08:52PM -0800, Animesh Bansriyar wrote:
Can you please point out specific threads in this case. Have been looking through the archives but couldn't get threads related to capturing AD Passwords.
This thread on the openldap-devel list is a good place to start:
http://www.openldap.org/lists/openldap-devel/200811/msg00038.html
Andrew
openldap-technical@openldap.org