Score:0

ldapadd: invalid format (line 19) entry: "" . Need help

sj flag

Command:

sudo ldapadd -Q -Y EXTERNAL -H ldapi:/// -f custom_schema.ldif

Output:

adding new entry "cn=my_custom_schema,cn=schema,cn=config"

ldapadd: invalid format (line 19) entry: ""

custom_schema.ldif content:

dn: cn=my_custom_schema,cn=schema,cn=config
objectClass: olcSchemaConfig
cn: my_custom_schema

attributetype ( 1.2.3.4.5.6.7.8 NAME 'employeeID'
  DESC 'Employee ID'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.2.3.4.5.6.7.9 NAME 'jobTitle'
  DESC 'Job Title'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.2.3.4.5.6.7.10 NAME 'department'
  DESC 'Department'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

objectclass ( 1.2.3.4.5.6.8 NAME 'employee'
  DESC 'Employee'
  SUP inetOrgPerson
  MAY ( employeeID $ jobTitle $ department ) )
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.