www.unixmen.com Open in urlscan Pro
2606:4700:20::681a:49c  Public Scan

URL: https://www.unixmen.com/openldap-error-ldapadd-undefined-attribute-type-17/
Submission: On August 09 via manual from IN — Scanned from DE

Form analysis 2 forms found in the DOM

GET https://www.unixmen.com/

<form method="get" class="td-search-form" action="https://www.unixmen.com/">
  <div class="td-search-close w3_bg">
    <a href="#"><i class="td-icon-close-mobile"></i></a>
  </div>
  <div role="search" class="td-search-input w3_bg">
    <span>Search</span>
    <input id="td-header-search-mob" type="text" value="" name="s" autocomplete="off">
  </div>
</form>

GET https://www.unixmen.com/

<form method="get" class="td-search-form" action="https://www.unixmen.com/">
  <div role="search" class="td-head-form-search-wrap w3_bg">
    <input id="td-header-search" type="text" value="" name="s" autocomplete="off"><input class="wpb_button wpb_btn-inverse btn" type="submit" id="td-header-search-top" value="Search">
  </div>
</form>

Text Content

 * Home
 * Linux distributions
 * Linux tutorials
 * News
 * Frequently Asked Questions
 * Opensource
 * Unix
 * Linux HowTo’s
 * Linux Distro’s
 * Linux & Open Source News
 * Contact Us


Search

Wednesday, August 9, 2023
 * About Us
 * Advertising on Unixmen
 * Become a Contributor
 * Unixmen collaborated with Unixstickers
 * Contact Us

Unixmen

 * Home
 * Linux distributions
 * Linux tutorials
 * News
 * Frequently Asked Questions
 * Opensource
 * Unix
 * Linux HowTo’s
 * Linux Distro’s
 * Linux & Open Source News
 * Contact Us




Home Linux distributions OpenLDAP error ldapadd: Undefined attribute type (17)


OPENLDAP ERROR LDAPADD: UNDEFINED ATTRIBUTE TYPE (17)

By
Roy s
Share on Facebook
Tweet on Twitter
 * 
 * tweet

How  to  Solve  this  error :



[root@localhost openldap]# /usr/bin/ldapadd -a -x -D
‘cn=Manager,dc=ldap-kike,dc=com,dc=uy’ -W -f ldap-init.ldif
Enter LDAP Password:
ldapadd: attributeDescription “dn”: (possible missing newline after line 5 of
entry “dc=ldap-kike,dc=com,dc=uy”?)
adding new entry “dc=ldap-kike,dc=com,dc=uy”
ldapadd: Undefined attribute type (17)
additional info: dn: attribute type undefined




MY LATEST VIDEOS


Setting Up DNS Server On CentOS7 (2)

More Videos


0 seconds of 2 minutes, 45 secondsVolume 0%

Press shift question mark to access a list of keyboard shortcuts
Keyboard ShortcutsEnabledDisabled
Play/PauseSPACE
Increase Volume↑
Decrease Volume↓
Seek Forward→
Seek Backward←
Captions On/Offc
Fullscreen/Exit Fullscreenf
Mute/Unmutem
Seek %0-9
Next Up
video_2021_01_08_10_53_54
04:15
Auto540p720p540p360p270p180p
Live
00:00
03:34
02:45







 

 

Solution  :



You need an empty line before each line starting with “dn:”
LDIF separates entries by blank lines.
dn: denotes the distinguished name of an entry and
needs to be the first line of each entry.
example :

 

###EMPTY line
dn: dc=ldap-kike,dc=com,dc=uy
objectclass: dcObject
objectclass: organization
o: Servidor LDAP ldap-kike
dc: ldap-kike
###EMPTY line
dn: cn=Manager,dc=ldap-kike,dc=com,dc=uy
objectclass: organizationalRole
cn: Manager



 

save  and  exit , restart  ldap      and  try  again

 



 

[root@localhost openldap]# /etc/init.d/ldap start
Checking configuration files for slapd:  config file testing succeeded[  OK  ]
Starting
slapd:                                                                         
[  OK  ]

 

[root@localhost openldap]# /usr/bin/ldapadd -a -x -D
‘cn=Manager,dc=ldap-kike,dc=com,dc=uy’ -W -f ldap-init.ldif
Enter LDAP Password:
adding new entry “dc=ldap-kike,dc=com,dc=uy”



adding new entry “cn=Manager,dc=ldap-kike,dc=com,dc=uy”

[root@localhost openldap]#



Roy s

EDITOR PICKS


ENHANCE YOUR PHOTOS WITH GREAT PHOTO EDITORS FOR MAC, WINDOWS 10, LINUX

Linux HowTo's Janus Atienza - August 4, 2023
0


OPEN-SOURCE SERVER OPERATING SYSTEMS: EXAMPLES AND ADVANTAGES

Linux HowTo's August 2, 2023


7 LINUX SOFTWARE TRENDS TO WATCH IN 2023-2024

Linux HowTo's July 5, 2023


ENHANCING LINUX SECURITY WITH NETWORK ACCESS CONTROL SOFTWARE: SAFEGUARDING YOUR
NETWORKS AND DATA

Linux HowTo's July 2, 2023


PROXY SERVERS THAT YOU CAN COMBINE WITH LINUX OR UNIX

Linux HowTo's June 28, 2023



FOLLOW US


0FansLike

0FollowersFollow

12,304FollowersFollow

528SubscribersSubscribe

LATEST ARTICLES


ENHANCE YOUR PHOTOS WITH GREAT PHOTO EDITORS FOR MAC, WINDOWS 10, LINUX

Linux HowTo's Janus Atienza - August 4, 2023
0
Are you a Linux or Mac or Windows 10 user who's been searching for the ultimate
photo editor to uplift your images? Your search...


OPEN-SOURCE SERVER OPERATING SYSTEMS: EXAMPLES AND ADVANTAGES

Linux HowTo's Janus Atienza - August 2, 2023
0
In recent years, open-source server operating systems have gained popularity due
to their many benefits. These collaborative and transparent operating systems
offer a number...


7 LINUX SOFTWARE TRENDS TO WATCH IN 2023-2024

Linux HowTo's Janus Atienza - July 5, 2023
0
The stability of Linux is one of the main advantages. The system is known for
its reliability and durability, compared to some other operating...


ENHANCING LINUX SECURITY WITH NETWORK ACCESS CONTROL SOFTWARE: SAFEGUARDING YOUR
NETWORKS AND DATA

Linux HowTo's Janus Atienza - July 2, 2023
0
In an era where cyber threats continue to evolve, ensuring the security of
computer networks and sensitive data is paramount. As a widely used...


HOW TO ADD A USER TO A GROUP IN LINUX: EASY STEP-BY-STEP GUIDE

Linux HowTo's Ivory - June 29, 2023
0
Learning how to use groups is essential if you want to give users permission to
read files, modify them, or create their own.   In this...

POPULAR POST


CentOS


EVERYTHING YOU SHOULD KNOW ABOUT RHCSA CERTIFICATION

Rajneesh Upadhyay - March 29, 2016
6
Things you should know about RHCSA Certification Exam RHCSA or Red Hat Certified
System administration exam is designed to test your knowledge and skills
which...


‘IFCONFIG’ COMMAND NOT FOUND IN CENTOS 7 MINIMAL INSTALLATION – A...

CentOS August 11, 2014


HOW TO INSTALL UNIVENTION CORPORATE SERVER

Linux tutorials December 25, 2015


TOP THINGS TO DO AFTER INSTALLING UBUNTU 15.04

Linux distributions April 22, 2015


HOW TO BLOCK ACCESS OF USB AND CD/DVD IN DEBIAN AND...

Frequently Asked Questions March 30, 2016

RELATED POSTS


Linux HowTo's


INSTALL WINFF ON UBUNTU LINUX 15.04 – A GRAPHICAL USER INTERFACE...

Ran - August 27, 2015
0
FFMPEG is a cross platform framework used to perform a wide range of operations
on audio and video files. It can record, stream or...


READ WEB PAGES LATER WITH POCKET EXTENSION

Frequently Asked Questions August 31, 2013


HOW TO INSTALL VARNISH CACHE 4.0 IN CENTOS 7

CentOS June 2, 2015


USE ALIEN (PACKAGE CONVERTER) TO CONVERT DEB FILE(S) TO RPM AND...

Linux HowTo's May 27, 2016


INSTALL PERCONA SERVER 5.6 AND PHPMYADMIN ON DEBIAN 7 WHEEZY

Linux distributions November 2, 2013


FOLLOW US


0FansLike

0FollowersFollow

3,500FollowersFollow

12,304FollowersFollow

528SubscribersSubscribe

LATEST ARTICLES


ENHANCE YOUR PHOTOS WITH GREAT PHOTO EDITORS FOR MAC, WINDOWS 10, LINUX

Linux HowTo's Janus Atienza - August 4, 2023
0
Are you a Linux or Mac or Windows 10 user who's been searching for the ultimate
photo editor to uplift your images? Your search...


OPEN-SOURCE SERVER OPERATING SYSTEMS: EXAMPLES AND ADVANTAGES

Linux HowTo's Janus Atienza - August 2, 2023
0
In recent years, open-source server operating systems have gained popularity due
to their many benefits. These collaborative and transparent operating systems
offer a number...


7 LINUX SOFTWARE TRENDS TO WATCH IN 2023-2024

Linux HowTo's Janus Atienza - July 5, 2023
0
The stability of Linux is one of the main advantages. The system is known for
its reliability and durability, compared to some other operating...


ABOUT US
Unixmen provide Linux Howtos, Tutorials, Tips & Tricks ,Opensource News. It
cover most popular distros like Ubuntu, LinuxMint, Fedora, Centos. It is your
Gate to the the world of Linux/Unix and Opensource in General.

Privacy Policy Cookie Policy Advertise
© Copyright 2020 - Newspaper 6 by TagDiv
Edit with Live CSS


Save
Write CSS OR LESS and hit save. CTRL + SPACE for auto-complete.


Update Privacy Preferences
A Raptive Partner Site