Hi, Our customer has a pair of SBR Carrier 7.0 which are deployed deep inside a private network so we have no way to access their SBR Administrator GUI, therefore our only mean to access the database is through the LDAP configuration interfaces. Running basic ldapsearch command to retrieve the data works fine except on 1 item, a checklist of one of the profile which was configured with a default value, but appears in the query results as a IP-address which immediately followed with a "g" or "er" characters. These characters seem come up alteratingly everytime we run the ldap query. $lcisearch -b "radiuslist=check,radiusname=JUNIPER,radiusclass=Profile,o=radius" '' version: 1 dn: radiuslist=check,radiusname=JUNIPER,radiusclass=Profile,o=radius objectclass: top objectclass: check radiuslist: check nas-ip-address: %default% 192.168.0.1er dn: radiuslist=check,radiusname=JUNIPER,radiusclass=Profile,o=radius objectclass: top objectclass: check radiuslist: check nas-ip-address: %default% 192.168.0.1er $lcisearch -b "radiuslist=check,radiusname=JUNIPER,radiusclass=Profile,o=radius" '' version: 1 dn: radiuslist=check,radiusname=JUNIPER,radiusclass=Profile,o=radius objectclass: top objectclass: check radiuslist: check nas-ip-address: %default% 192.168.0.1g dn: radiuslist=check,radiusname=JUNIPER,radiusclass=Profile,o=radius objectclass: top objectclass: check radiuslist: check nas-ip-address: %default% 192.168.0.1g $ Note: lcisearch is an alias for 'ldapsearch -V 2 -p [port] -D "cn=admin,o=radius" -w [password]'
... View more