develop
asamoukin 15 years ago
parent 213743f9fa
commit ef94858ed0

@ -10350,6 +10350,8 @@ class servRepl(shareLdap):
в случае удачи выводит эти директории"""
profileDir = os.path.join(self.clVars.Get("sr_samba_linprof_path"),
userName)
if not os.path.exists(profileDir):
return False
return filter(lambda x:\
os.path.exists(os.path.join(x, self.logOutFile)),\
[profileDir] + map(lambda x: os.path.join(profileDir, x),\

Loading…
Cancel
Save