From: Alan T. DeKok Date: Tue, 4 Mar 2025 15:18:41 +0000 (-0500) Subject: move utility file to the proto_ldap_sync directory X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8868881fb9c4c3f14f253f8481be1ae3bcf66f70;p=thirdparty%2Ffreeradius-server.git move utility file to the proto_ldap_sync directory --- diff --git a/src/listen/ldap_sync/all.mk b/src/listen/ldap_sync/all.mk index 91e4739045..6152b9f1c6 100644 --- a/src/listen/ldap_sync/all.mk +++ b/src/listen/ldap_sync/all.mk @@ -1 +1,6 @@ SUBMAKEFILES := proto_ldap_sync.mk proto_ldap_sync_ldap.mk + + +# This doesn't build. +# sync_touch.mk + diff --git a/src/modules/proto_ldap_sync/sync_touch.c b/src/listen/ldap_sync/sync_touch.c similarity index 98% rename from src/modules/proto_ldap_sync/sync_touch.c rename to src/listen/ldap_sync/sync_touch.c index c3215168ca..46778f1b10 100644 --- a/src/modules/proto_ldap_sync/sync_touch.c +++ b/src/listen/ldap_sync/sync_touch.c @@ -15,7 +15,7 @@ */ /** - * @file src/modules/proto_ldap_sync/sync_touch.c + * @file src/listen/proto_ldap_sync/sync_touch.c * * @brief Touch entries, causing them to be re-processed by the proto_ldap_sync module. * diff --git a/src/modules/proto_ldap_sync/sync_touch.mk b/src/listen/ldap_sync/sync_touch.mk similarity index 92% rename from src/modules/proto_ldap_sync/sync_touch.mk rename to src/listen/ldap_sync/sync_touch.mk index 2682989792..02faefad17 100644 --- a/src/modules/proto_ldap_sync/sync_touch.mk +++ b/src/listen/ldap_sync/sync_touch.mk @@ -6,7 +6,7 @@ TARGETNAME= ifneq "${TARGETNAME}" "" TARGETNAME := sync_touch - TARGET := $(TARGETNAME)$(L) + TARGET := $(TARGETNAME)$(E) endif SOURCES := $(TARGETNAME).c diff --git a/src/modules/proto_ldap_sync/README.md b/src/modules/proto_ldap_sync/README.md deleted file mode 100644 index d30e6b46fb..0000000000 --- a/src/modules/proto_ldap_sync/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# proto_ldap_sync -## Metadata -
-
category
datastore
-
- -## Summary -Gives the ability to perform persistent searches against LDAP -directories. -