Top "Ldif" questions

LDAP Data Interchange Format (LDIF) is a plain text data interchange format for LDAP data.

Modify passwords in an LDIF file using ldapmodify command

I have a LDIF file that consists of a set of test users and I would like to change the …

ldap ldif
How do I delete one attribute in LDAP with LDIF?

How do I delete one attribute in LDAP with LDIF? I an trying to delete uniqueMember: cn=jsmith,ou=users,…

ldap ldif
Change password using LDIF file

I have an LDIF file which contains a bounch of test users. I would like to change the password for …

ldap ldif
How to import a groups members using 'ldifde'?

I have two domains. One production. One testing. There is no trust between the two. I can import all user …

active-directory windows-server-2003 ldif
Error 50 (Insufficient Access Rights) when applying LDIF - OpenLDAP

I'm trying to apply a config through a LDIF file. I'm binding as admin on my LDAPs server and I'm …

ldap openldap ldif
Export AD structure from specific OU, then re-create structure in new domain

I've researched and found the way to export our active directory information for our application is like this: csvde -d …

command-line active-directory ldif csvde
LDIF file error?? Invalid Format?

I am currently working with LDAP which is on a UNIX server. The main purpose for me right now is …

ldap ldif
Modifying Active Directory Passwords via ldapmodify

I'm investigating the scripting of various LDAP operations. However, I've hit a bit of a speed bump with Active Directory …

active-directory ldap ldif
Adding Custom Attributes to ApacheDS Server

I am using ApacheDS Server as an LDAP Server. I have created a custom attribute to use in my LDAP …

java ldap apacheds ldif