moving from branch inside a dhcp entry
moving from branch inside a dhcp entry
Hello,
when i create a dhcp entry and save it all is fine
cn=wan-zone,ou=dhcp objectClass dhcpService cn wan-zone dhcpStatements default-lease-time 600 dhcpStatements max-lease-time 7200 dhcpStatements authoritative dhcpStatements ddns-update-style none
but if i open it again and select another branch and save it i got all wrangled
cn=wan-zone,ou=dhcp,ou=lan objectClass dhcpService cn wan-zone dhcpStatements default-lease-time 600 dhcpStatements max-lease-time 7200 dhcpStatements authoritative dhcpStatements ddns-update-style none
after moving
54 cn=wan-zone,ou=dhcp,ou=lan,dc=fusiondirectory,dc=org objectClass: dhcpService cn: wan-zone dhcpStatements: default-lease-time 600 dhcpStatements: max-lease-time 7200 dhcpStatements: authoritative dhcpStatements: ddns-update-style none
87 dc=fusiondir,cn=wan-zone,ou=dhcp,ou=lan,dc=fusiondirectory,dc=org objectClass: dcObject objectClass: top objectClass: organization o: fusiondir dc: fusiondir
88 ou=lan,dc=fusiondir,cn=wan-zone,ou=dhcp,ou=lan,dc=fusiondirectory,dc=org objectClass: organizationalUnit ou: lan
89 ou=dhcp,ou=lan,dc=fusiondir,cn=wan-zone,ou=dhcp,ou=lan,dc=fusiondirectory,dc=org objectClass: organizationalUnit ou: dhcp
Cheers
(from redmine: issue id 5227, created on 2016-10-24, closed on 2016-10-25)
- Relations:
- relates #5198 (closed)
- Changesets:
- Revision 0105dfa0 by Côme Chilliet on 2016-10-25T07:27:42.000Z:
Fixes #5227 Weird LDAP entry are created when moving a DHCP configuration
- Revision c9d1945b by Côme Chilliet on 2016-10-25T07:28:24.000Z:
Fixes #5227 Weird LDAP entry are created when moving a DHCP configuration