Lines Matching refs:suffix
101 tmp_fd, tmp_file_path = tempfile.mkstemp(suffix='conf', prefix='smb')
202 def domain_from_suffix(self, suffix):
203 """ Domain name from the suffix
204 :param suffix: The suffix of 389 RHDS instance
208 if suffix is None:
209 raise Exception("Error: suffix should be passed")
211 l1 = suffix.split("dc=")
336 temp_fd, temp_file_path = tempfile.mkstemp(suffix='conf',
356 temp_fd, temp_file_path = tempfile.mkstemp(suffix='conf',