diff --git a/all/shellenv/_osx/open_directory.py b/all/shellenv/_osx/open_directory.py index 2ab3d15..ccd14e4 100644 --- a/all/shellenv/_osx/open_directory.py +++ b/all/shellenv/_osx/open_directory.py @@ -109,7 +109,7 @@ def get_user_login_shell(username=None): node = OpenDirectory.ODNodeCreateWithName( CoreFoundation.kCFAllocatorDefault, session, - unicode_to_cfstring("/Local/Default"), + unicode_to_cfstring("/Search"), byref(error_ref) ) if bool(error_ref):