diff --git a/Makefile b/Makefile
index bcdbd90..d414911 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-# Makefile for source rpm: e-smith-ldap
+# Makefile for source rpm: smeserver-ldap
# $Id: Makefile,v 1.1 2016/02/05 16:04:52 stephdl Exp $
-NAME := e-smith-ldap
+NAME := smeserver-ldap
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
diff --git a/README.md b/README.md
index b026ad5..e6cf2c5 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,13 @@
-# e-smith-ldap
+# smeserver-ldap
-SMEServer Koozali developed git repo for e-smith-ldap smeserver
+SMEServer Koozali developed git repo for smeserver-ldap smeserver
## Wiki
https://wiki.koozali.org/
## Bugzilla
-Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-ldap&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
+Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-ldap&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)\
+And a list of outstanding Legacy bugs: (e-smith-ldap) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-ldap&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
## Description
@@ -14,4 +15,4 @@ Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?compo
*Once it has been checked, then this comment will be deleted*
-e-smith-ldap is an open source, Linux-based software package that provides a secure directory service for enterprises. It is based on an LDAP (Lightweight Directory Access Protocol) server and provides an intuitive web-based administration interface for managing users, groups, policies, and permissions. It also allows for connection to external LDAP servers, providing inter-company synchronization of user accounts. e-smith-ldap is a reliable and secure solution for organizations needing to efficiently manage user access to resources without sacrificing control. It is also a cost-effective, scalable, and easy to use solution for managing large user populations.
+smeserver-ldap is an open source, Linux-based software package that provides a secure directory service for enterprises. It is based on an LDAP (Lightweight Directory Access Protocol) server and provides an intuitive web-based administration interface for managing users, groups, policies, and permissions. It also allows for connection to external LDAP servers, providing inter-company synchronization of user accounts. smeserver-ldap is a reliable and secure solution for organizations needing to efficiently manage user access to resources without sacrificing control. It is also a cost-effective, scalable, and easy to use solution for managing large user populations.
diff --git a/e-smith-ldap.spec b/smeserver-ldap.spec
similarity index 99%
rename from e-smith-ldap.spec
rename to smeserver-ldap.spec
index d5b7089..f7285d2 100644
--- a/e-smith-ldap.spec
+++ b/smeserver-ldap.spec
@@ -1,10 +1,10 @@
# $Id: e-smith-ldap.spec,v 1.24 2023/02/06 06:31:53 jpp Exp $
-Summary: e-smith server and gateway - LDAP module
-%define name e-smith-ldap
+Summary: smeserver server and gateway - LDAP module
+%define name smeserver-ldap
Name: %{name}
%define version 5.6.0
-%define release 18
+%define release 19
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -24,10 +24,14 @@ Requires: e-smith-formmagick >= 1.4.0-9
BuildRequires: e-smith-devtools >= 1.13.1-03
AutoReqProv: no
+Provides: e-smith-ldap
%description
-e-smith server and gateway software - LDAP module.
+smeserver server and gateway software - LDAP module.
%changelog
+* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley 5.6.0-19.sme
+- Rename to smeserver-ldap [SME: 12359]
+
* Wed Jul 12 2023 cvs2git.sh aka Brian Read 5.6.0-18.sme
- Roll up patches and move to git repo [SME: 12338]