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/insta...
Thank you.
Am Fri, 21 Aug 2015 11:51:48 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
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/insta...
check whether the objectClass value has a trailing space.
-Dieter
No, Space not exist. I attached a pohot here.
On Saturday, August 22, 2015 11:47 AM, Dieter Klünter dieter@dkluenter.de wrote: Am Fri, 21 Aug 2015 11:51:48 +0000 (UTC)
schrieb Jason Long hack3rcon@yahoo.com:
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/insta...
check whether the objectClass value has a trailing space.
-Dieter
Am Sat, 22 Aug 2015 07:26:20 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
No, Space not exist. I attached a pohot here. On Saturday, August 22, 2015 11:47 AM, Dieter Klünter dieter@dkluenter.de wrote: Am Fri, 21 Aug 2015 11:51:48 +0000 (UTC)
schrieb Jason Long hack3rcon@yahoo.com:
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/insta...
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
I used sed -e 's/^[ \t]*//' but not matter.
On Saturday, August 22, 2015 10:33 PM, Dieter Klünter dieter@dkluenter.de wrote: Am Sat, 22 Aug 2015 07:26:20 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
No, Space not exist. I attached a pohot here. On Saturday, August 22, 2015 11:47 AM, Dieter Klünter dieter@dkluenter.de wrote: Am Fri, 21 Aug 2015 11:51:48 +0000 (UTC)
schrieb Jason Long hack3rcon@yahoo.com:
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/insta...
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
Am Mon, 24 Aug 2015 07:11:16 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
I used sed -e 's/^[ \t]*//' but not matter.
there must be something wrong, invisible to me. open your ldif file with vim and edit :set list you may toggle list by :set nolist
-Dieter
On Saturday, August 22, 2015 10:33 PM, Dieter Klünter dieter@dkluenter.de wrote: Am Sat, 22 Aug 2015 07:26:20 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
No, Space not exist. I attached a pohot here. On Saturday, August 22, 2015 11:47 AM, Dieter Klünter dieter@dkluenter.de wrote: Am Fri, 21 Aug 2015 11:51:48 +0000 (UTC)
schrieb Jason Long hack3rcon@yahoo.com:
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/insta...
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 wrote:
Am Mon, 24 Aug 2015 07:11:16 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
I used sed -e 's/^[ \t]*//' but not matter.
there must be something wrong, invisible to me. open your ldif file with vim and edit :set list you may toggle list by :set nolist
Or he simply hasn't loaded the schema definition for the objectclass in question.
-Dieter
On Saturday, August 22, 2015 10:33 PM, Dieter Klünter dieter@dkluenter.de wrote: Am Sat, 22 Aug 2015 07:26:20 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
No, Space not exist. I attached a pohot here. On Saturday, August 22, 2015 11:47 AM, Dieter Klünter dieter@dkluenter.de wrote: Am Fri, 21 Aug 2015 11:51:48 +0000 (UTC)
schrieb Jason Long hack3rcon@yahoo.com:
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/insta...
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
Please see the link that I sent. I used it step by step for install and configure OpenLdap.
On Tuesday, August 25, 2015 2:09 AM, Howard Chu hyc@symas.com wrote: Dieter Klünter wrote:
Am Mon, 24 Aug 2015 07:11:16 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
I used sed -e 's/^[ \t]*//' but not matter.
there must be something wrong, invisible to me. open your ldif file with vim and edit :set list you may toggle list by :set nolist
Or he simply hasn't loaded the schema definition for the objectclass in question.
-Dieter
On Saturday, August 22, 2015 10:33 PM, Dieter Klünter dieter@dkluenter.de wrote: Am Sat, 22 Aug 2015 07:26:20 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
No, Space not exist. I attached a pohot here. On Saturday, August 22, 2015 11:47 AM, Dieter Klünter dieter@dkluenter.de wrote: Am Fri, 21 Aug 2015 11:51:48 +0000 (UTC)
schrieb Jason Long hack3rcon@yahoo.com:
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/insta...
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
Is my Scheme correct?
On Monday, August 24, 2015 7:16 PM, Dieter Klünter dieter@dkluenter.de wrote: Am Mon, 24 Aug 2015 07:11:16 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
I used sed -e 's/^[ \t]*//' but not matter.
there must be something wrong, invisible to me. open your ldif file with vim and edit :set list you may toggle list by :set nolist
-Dieter
On Saturday, August 22, 2015 10:33 PM, Dieter Klünter dieter@dkluenter.de wrote: Am Sat, 22 Aug 2015 07:26:20 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
No, Space not exist. I attached a pohot here. On Saturday, August 22, 2015 11:47 AM, Dieter Klünter dieter@dkluenter.de wrote: Am Fri, 21 Aug 2015 11:51:48 +0000 (UTC)
schrieb Jason Long hack3rcon@yahoo.com:
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/insta...
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
Am Tue, 25 Aug 2015 07:03:36 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
Is my Scheme correct?
I don't know. Did you include the schema files in proper order? Read the comments in inetorgperson.schema
-Dieter
On Monday, August 24, 2015 7:16 PM, Dieter Klünter dieter@dkluenter.de wrote: Am Mon, 24 Aug 2015 07:11:16 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
I used sed -e 's/^[ \t]*//' but not matter.
there must be something wrong, invisible to me. open your ldif file with vim and edit :set list you may toggle list by :set nolist
-Dieter
On Saturday, August 22, 2015 10:33 PM, Dieter Klünter dieter@dkluenter.de wrote: Am Sat, 22 Aug 2015 07:26:20 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
No, Space not exist. I attached a pohot here. On Saturday, August 22, 2015 11:47 AM, Dieter Klünter dieter@dkluenter.de wrote: Am Fri, 21 Aug 2015 11:51:48 +0000 (UTC)
schrieb Jason Long hack3rcon@yahoo.com:
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/insta...
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
How can I do it?
On Tuesday, August 25, 2015 12:21 PM, Dieter Klünter dieter@dkluenter.de wrote: Am Tue, 25 Aug 2015 07:03:36 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
Is my Scheme correct?
I don't know. Did you include the schema files in proper order? Read the comments in inetorgperson.schema
-Dieter
On Monday, August 24, 2015 7:16 PM, Dieter Klünter dieter@dkluenter.de wrote: Am Mon, 24 Aug 2015 07:11:16 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
I used sed -e 's/^[ \t]*//' but not matter.
there must be something wrong, invisible to me. open your ldif file with vim and edit :set list you may toggle list by :set nolist
-Dieter
On Saturday, August 22, 2015 10:33 PM, Dieter Klünter dieter@dkluenter.de wrote: Am Sat, 22 Aug 2015 07:26:20 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
No, Space not exist. I attached a pohot here. On Saturday, August 22, 2015 11:47 AM, Dieter Klünter dieter@dkluenter.de wrote: Am Fri, 21 Aug 2015 11:51:48 +0000 (UTC)
schrieb Jason Long hack3rcon@yahoo.com:
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/insta...
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
Any idea? I used " http://docs.adaptivecomputing.com/viewpoint/hpc/Content/topics/1-setup/insta..." and I don't know why I get error.
On Tuesday, August 25, 2015 11:33 AM, Jason Long hack3rcon@yahoo.com wrote: Is my Scheme correct?
On Monday, August 24, 2015 7:16 PM, Dieter Klünter dieter@dkluenter.de wrote: Am Mon, 24 Aug 2015 07:11:16 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
I used sed -e 's/^[ \t]*//' but not matter.
there must be something wrong, invisible to me. open your ldif file with vim and edit :set list you may toggle list by :set nolist
-Dieter
On Saturday, August 22, 2015 10:33 PM, Dieter Klünter dieter@dkluenter.de wrote: Am Sat, 22 Aug 2015 07:26:20 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
No, Space not exist. I attached a pohot here. On Saturday, August 22, 2015 11:47 AM, Dieter Klünter dieter@dkluenter.de wrote: Am Fri, 21 Aug 2015 11:51:48 +0000 (UTC)
schrieb Jason Long hack3rcon@yahoo.com:
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/insta...
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
Am Wed, 26 Aug 2015 07:16:42 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
Any idea? I used " http://docs.adaptivecomputing.com/viewpoint/hpc/Content/topics/1-setup/insta..." and I don't know why I get error.
On Tuesday, August 25, 2015 11:33 AM, Jason Long hack3rcon@yahoo.com wrote: Is my Scheme correct?
On Monday, August 24, 2015 7:16 PM, Dieter Klünter dieter@dkluenter.de wrote: Am Mon, 24 Aug 2015 07:11:16 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
I used sed -e 's/^[ \t]*//' but not matter.
there must be something wrong, invisible to me. open your ldif file with vim and edit :set list you may toggle list by :set nolist
-Dieter
On Saturday, August 22, 2015 10:33 PM, Dieter Klünter dieter@dkluenter.de wrote: Am Sat, 22 Aug 2015 07:26:20 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
No, Space not exist. I attached a pohot here. On Saturday, August 22, 2015 11:47 AM, Dieter Klünter dieter@dkluenter.de wrote: Am Fri, 21 Aug 2015 11:51:48 +0000 (UTC)
schrieb Jason Long hack3rcon@yahoo.com:
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/insta...
This is crap! There are no schemas included. You need at least core.schema, cosine.schema, inetorgperson.schema These schema files are included in openldap packages. In order to setup a config schema backend read http://www.openldap.org/doc/admin24/slapdconf2.html#cn=schema
just create an object
dn: cn=schema,cn=config objectClass: olcSchemaConfig cn: schema
and slapadd(8) core.ldif, cosine,ldif,inetorgperson.ldif
-Dieter
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
I guess it is included in "/etc/openldap/"
On Wednesday, August 26, 2015 1:31 PM, Dieter Klünter dieter@dkluenter.de wrote: Am Wed, 26 Aug 2015 07:16:42 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
Any idea? I used " http://docs.adaptivecomputing.com/viewpoint/hpc/Content/topics/1-setup/insta..." and I don't know why I get error.
On Tuesday, August 25, 2015 11:33 AM, Jason Long hack3rcon@yahoo.com wrote: Is my Scheme correct?
On Monday, August 24, 2015 7:16 PM, Dieter Klünter dieter@dkluenter.de wrote: Am Mon, 24 Aug 2015 07:11:16 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
I used sed -e 's/^[ \t]*//' but not matter.
there must be something wrong, invisible to me. open your ldif file with vim and edit :set list you may toggle list by :set nolist
-Dieter
On Saturday, August 22, 2015 10:33 PM, Dieter Klünter dieter@dkluenter.de wrote: Am Sat, 22 Aug 2015 07:26:20 +0000 (UTC) schrieb Jason Long hack3rcon@yahoo.com:
No, Space not exist. I attached a pohot here. On Saturday, August 22, 2015 11:47 AM, Dieter Klünter dieter@dkluenter.de wrote: Am Fri, 21 Aug 2015 11:51:48 +0000 (UTC)
schrieb Jason Long hack3rcon@yahoo.com:
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/insta...
This is crap! There are no schemas included. You need at least core.schema, cosine.schema, inetorgperson.schema These schema files are included in openldap packages. In order to setup a config schema backend read http://www.openldap.org/doc/admin24/slapdconf2.html#cn=schema
just create an object
dn: cn=schema,cn=config objectClass: olcSchemaConfig cn: schema
and slapadd(8) core.ldif, cosine,ldif,inetorgperson.ldif
-Dieter
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
openldap-technical@openldap.org