centOS7 LDAP主从同步配置错误,误把从配置刷到主上

我在配置主从同步的时候,错误把slave的其中一段配置直接刷到主上面,请问是否有影响和如何修改或者删除

配置如下:

[root@localhost ~]# changetype: modify
-bash: changetype:: command not found
[root@localhost ~]# add: olcSyncRepl
-bash: add:: command not found
[root@localhost ~]# olcSyncRepl: rid=001
-bash: olcSyncRepl:: command not found
[root@localhost ~]#   provider=ldap://192.168.77.130:389/
[root@localhost ~]#   bindmethod=simple
[root@localhost ~]#   binddn="uid=rpuser,dc=lework,dc=com"
[root@localhost ~]#   credentials=root1234
[root@localhost ~]#   searchbase="dc=lework,dc=com"
[root@localhost ~]#   scope=sub
[root@localhost ~]#   schemachecking=on
[root@localhost ~]#   type=refreshAndPersist
[root@localhost ~]#   retry="30 5 300 3"

直接在root下刷入了这些命令,而且生效了,请问是否会影响到主的运行和如何修改和删除

把主相关配置重新刷一遍