summaryrefslogtreecommitdiffstats
path: root/client/ipa-client-automount
diff options
context:
space:
mode:
Diffstat (limited to 'client/ipa-client-automount')
-rwxr-xr-xclient/ipa-client-automount2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/ipa-client-automount b/client/ipa-client-automount
index ee55d655c..6c2816c41 100755
--- a/client/ipa-client-automount
+++ b/client/ipa-client-automount
@@ -92,7 +92,7 @@ def wait_for_sssd():
time.sleep(1)
while n < 10 and not found:
try:
- ipautil.run(["getent", "passwd", "admin@%s" % api.env.realm])
+ ipautil.run([paths.GETENT, "passwd", "admin@%s" % api.env.realm])
found = True
except Exception:
time.sleep(1)