Am Sat, 22 Aug 2015 07:26:20 +0000 (UTC) schrieb Jason Long <[email protected]>:
> No, Space not exist. > I attached a pohot here. > On Saturday, August 22, 2015 11:47 AM, Dieter Klünter > <[email protected]> wrote: Am Fri, 21 Aug 2015 11:51:48 +0000 (UTC) > > schrieb Jason Long <[email protected]>: > > > Hello. > > I used below URL for configure my OpenLdap on CentOS 7 but when I > > want to add a user I got an error " OpenLdap additional > > info:objectClass value#0 invalid per syntax" How can I solve it? > > > > http://docs.adaptivecomputing.com/viewpoint/hpc/Content/topics/1-setup/installSetup/settingUpOpenLDAPOnCentos6.htm#addOU > > check whether the objectClass value has a trailing space. open your *.ldif file with vim, insert :%s/\s\+$// this will remove all trailing spaces. -Dieter -- Dieter Klünter | Systemberatung http://sys4.de GPG Key ID: E9ED159B 53°37'09,95"N 10°08'02,42"E
