]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
move utility file to the proto_ldap_sync directory
authorAlan T. DeKok <aland@freeradius.org>
Tue, 4 Mar 2025 15:18:41 +0000 (10:18 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 4 Mar 2025 15:34:22 +0000 (10:34 -0500)
src/listen/ldap_sync/all.mk
src/listen/ldap_sync/sync_touch.c [moved from src/modules/proto_ldap_sync/sync_touch.c with 98% similarity]
src/listen/ldap_sync/sync_touch.mk [moved from src/modules/proto_ldap_sync/sync_touch.mk with 92% similarity]
src/modules/proto_ldap_sync/README.md [deleted file]

index 91e4739045bef80a861e6ff072353842dacab201..6152b9f1c67f5c9353ccc3159e571ef58c13947c 100644 (file)
@@ -1 +1,6 @@
 SUBMAKEFILES := proto_ldap_sync.mk proto_ldap_sync_ldap.mk
+
+
+# This doesn't build.
+# sync_touch.mk
+
similarity index 98%
rename from src/modules/proto_ldap_sync/sync_touch.c
rename to src/listen/ldap_sync/sync_touch.c
index c3215168ca67607be9913eb082d077197ff06402..46778f1b106762761e8ced337a7d962566ddb602 100644 (file)
@@ -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.
  *
similarity index 92%
rename from src/modules/proto_ldap_sync/sync_touch.mk
rename to src/listen/ldap_sync/sync_touch.mk
index 2682989792443b5d4fdf4b37604715be8b5ba47b..02faefad17c6bf969b59d6e6f257a552516fd2ed 100644 (file)
@@ -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 (file)
index d30e6b4..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# proto_ldap_sync
-## Metadata
-<dl>
-  <dt>category</dt><dd>datastore</dd>
-</dl>
-
-## Summary
-Gives the ability to perform persistent searches against LDAP
-directories.
-