Skip to content
Snippets Groups Projects
Commit 25b0bcc8 authored by Lars Seipel's avatar Lars Seipel
Browse files

adjust SSS_LIB_DIR for Ubuntu 22.04

parent dec3e894
Branches
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#define SSS_SO_NAME "libsss_autofs" #define SSS_SO_NAME "libsss_autofs"
#ifndef SSS_LIB_DIR #ifndef SSS_LIB_DIR
#define SSS_LIB_DIR "/usr/lib64/sssd/modules" #define SSS_LIB_DIR "/usr/lib/x86_64-linux-gnu/sssd/modules"
#endif #endif
int _sss_setautomntent(const char *, void **); int _sss_setautomntent(const char *, void **);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment