develop
asamoukin 15 years ago
parent 06916870f4
commit ae017f991e

@ -948,7 +948,8 @@ class shareLdap(imp_cl_err, imp_cl_xml, imp_cl_help, imp_cl_smcon):
flagError = True
break
else:
splIP = map(lambda x: 255>=int(x.split("/")[0]) and x.split("/")[0], find.group().split("."))
splIP = map(lambda x: 255>=int(x.split("/")[0]) and\
x.split("/")[0], find.group().split("."))
if splIP[0] and int(splIP[0]) == 0 or\
splIP[0] and int(splIP[3]) == 255:
flagError = True

Loading…
Cancel
Save