Today I started my own self-taught Linux, another new point of knowledge, configuration OpenLDAP, in the configuration process installed OpenLDAP management tool Phpldapadmin, found unable to add ou,group, account, etc., displayed as the following results:
650) this.width=650; "title=" ' llk$cexi8our5bidp7271y "style=" Border-top:0px;border-right:0px;background-image: none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px, "border=" 0 "alt=" ' LLK $CEXI 8our5bidp7271y "src=" http://s3.51cto.com/wyfs02/M01/79/63/wKiom1aPhVfSuADwAACwpSBzzL0120.jpg "height=" 348 "/ >
After inquiry, the final summary and processing are as follows:
1, the first need in the/etc/openldap/directory, create a base.ldif file, as follows:
650) this.width=650; "title=" image "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" image "src=" http:// S3.51cto.com/wyfs02/m00/79/61/wkiol1aphykt5nkbaaduspjyxpk437.png "height=" 192 "/>
2. In the Base.ldif file, write the following information to prepare for the creation of the initialization root node:
650) this.width=650; "title=" image "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" image "src=" http:// S3.51cto.com/wyfs02/m01/79/61/wkiol1aphyoyfxksaab28ydug8s635.png "height="/>
3, after performing ldapadd-f base.ldif-x-D cn=manager,dc=doubi,dc=ren–w Input before configuring the OpenLDAP password, you can complete the creation of the LDAP root node, as shown in: 650) this.width =650; "title=" image "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top : 0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" image "src=" http://s3.51cto.com/wyfs02/ M02/79/61/wkiol1aphyswsibcaaaiq7y-9bw618.png "height="/>
After completing the above operation, then go back to the Phpldapadmin page, you can see that the root node has been normal, and can create the relevant OU, Group, account and other objects, as shown in:
650) this.width=650; "title=" image "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" image "src=" http:// S3.51cto.com/wyfs02/m01/79/63/wkiom1aphvzhognhaagv-tlonp8112.png "height=" 553 "/>
This article is from the "Clumsy birds have" blog, make sure to keep this source http://tingdongwang.blog.51cto.com/1056852/1733005
About openldapadmin Administration page Tip "This base cannot is created with PLA" issue