Questions tagged [ldif]

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

The LDAP Data Interchange Format (LDIF) is a standard plain text data interchange format for representing LDAP (Lightweight Directory Access Protocol) directory content and update requests. LDIF conveys directory content as a set of records, one record for each object (or entry). It represents update requests, such as Add, Modify, Delete, and Rename, as a set of records, one record for each update request.

Source

165 questions
0
votes
0 answers

Data migration in LDAP

What is the best way to load data in LDAP where the data count is 10 million, tried with LDIF file which took more than 40 min for 300k records. Looking for an option to load 10 million records in less than 5 hrs. Is there anything that can be done…
user3315068
  • 91
  • 2
  • 7
0
votes
1 answer

iterate linux file ldif

Im trying to retrieve some user for a ldif file containing some specific attribute. The input file will look like: # entry-id: 2 dn: uid=xxx,ou=xx,cn=xx,o=xx,c=xx,o=xx uid: xxx cn: Paul SUKsoft: Windows SUKsoft: Linux ... # entry-id: 3 dn:…
Endika
  • 347
  • 2
  • 5
  • 20
0
votes
1 answer

migrate one ldap server to another - questions

We have an existing Sun DS(6.3 version) in Solaris that we are planning to migrate to ODSEE in Linux and have couple of questions regarding the migration. Based on readings, I think LDIF option is the best one, but the question is about the…
user115391
  • 185
  • 1
  • 8
  • 22
0
votes
1 answer

Bash How To Select Multiple Lines from ldif-type File based on dn

I am wondering how best to parse an ldif file (and ldif-like files) so that I can import each DN entry and its associated attributes into variables, without crossing over into other DNs and their attributes, as everything is in a single file. Please…
Unpossible
  • 603
  • 6
  • 23
0
votes
1 answer

Error while importing LDIF

Server: Apache DS 2.0 Client: Apache Directory Studio 2.0 The problem: I am running into error while importing a LDIF This one works http://pastebin.com/DKZ4fT0U This one does not http://pastebin.com/Z5NxUxX4 Error message: #!ERROR [LDAP: error…
RN.
  • 997
  • 4
  • 14
  • 31
0
votes
0 answers

Importing LDIF file users.ldif error

Error which I got is: Configuring Directory Server Done. Importing LDIF file users.ldif unable to read data from users.ldif file error reading users.ldif file users.ldif file exists in directory c:\openDS Hence the server is configured without…
MS Ibrahim
  • 1,789
  • 1
  • 16
  • 28
0
votes
0 answers

How to imoprt ldif flle using jndi

I am developing an LDAP application, which access APATCHE DIRECTORY I am using JNDI for interacting with through java code. Now, i am trying to import information in the format of LDIF from apatcheds to client. how can i do
nina
  • 1
  • 1
0
votes
1 answer

shadowInactive attribute in ldif file

I have the following attributes for a specific user: ... objectClass: shadowAccount shadowLastChange: 1 shadowInactive: 5 shadowMax: 1 Since shadowMax is set to 1 day, when I try to log in via SSH I get the message saying I should change the…
Jay
  • 347
  • 2
  • 5
  • 10
0
votes
1 answer

Cannot add uniqueMember with ldapmodify in OpenLDAP

I cannot add uniqueMembers to a static group (objectClass: groupOfUniqueNames) According to this documentation: Modifying group entries: In order to add a member to a static group, add the user's distinguished name as an additional value for the…
Pocoyo
  • 1
  • 1
  • 2
0
votes
1 answer

Basic ldif to setup user and group

I've installed Tivoli Directory Server v6.3 and will be using it as a user registry for Websphere Portal and Websphere Commerce for SSO purposes. I'm looking to create a basic user entry in LDAP but cant quite get the structure of the .ldif right,…
bobbyrne01
  • 6,295
  • 19
  • 80
  • 150
0
votes
1 answer

OpenLDAP Installation - Build Configure for LDIF

I want to build openldap on linux, aix, and sun solaris. I require openldap only for use in regression tests on these machines. For this purpose I only need ldif. I want to avoid any potential licensing problems and expenses related to Oracle…
0
votes
1 answer

Import attribute/object definitions to Active Directory (AD LDS)

Currently I'm using OpenDS and have to migrate to Active Directory (AD LDS). I have a few custom attributes/objects that are defined in .ldif files in the OpenDS/config/schema directory like this: attributeTypes: ( 1.3.6.1.4.1.99.1 NAME…
Frizz
  • 2,524
  • 6
  • 31
  • 45
0
votes
1 answer

When Exporting Group Members from Active Directory, some Group Membership appears to be encrypted, while others are not. What is causing this?

This is what I am seeing for some group's membership in the .LDIF export from AD changetype: modify add: member member:: Q049U0FMQURJTk8uQ0FSTUVMQS4wMjAyNTQwNDIyLE9VPU5vbkNOSUMsT1U9QWN0aXZlLE9VPWlTaG …
0
votes
1 answer

ldapadd/modify a single entry

I want to add a new entry to my LDAP server without using an .ldif file. the reasons for this is I am connecting to the server remotely and the file wont be present. The command to add entries from a file is: $ ldapmodify -h hostName -p 10389 -D…
Sionnach733
  • 4,686
  • 4
  • 36
  • 51
0
votes
2 answers

apacheds: Imported custom object classes not visible

I am running an ldapv3 server on apacheds2.0.0 using Apache Directory Studio. I have successfully imported a schema that defines my own custom object classes, Here is an example from the schema: objectclass ( 7.7.7.7 NAME 'Dog' SUP Animal …
Sionnach733
  • 4,686
  • 4
  • 36
  • 51
1 2 3
10
11