├── .github └── workflows │ └── sync.yml ├── LICENCE ├── README.md ├── SOURCES ├── openldap.sh └── pw-sha2.patch └── SPECS ├── libevent-ltb.spec └── openldap-ltb.spec /.github/workflows/sync.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ltb-project/openldap-rpm/HEAD/.github/workflows/sync.yml -------------------------------------------------------------------------------- /LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ltb-project/openldap-rpm/HEAD/LICENCE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ltb-project/openldap-rpm/HEAD/README.md -------------------------------------------------------------------------------- /SOURCES/openldap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ltb-project/openldap-rpm/HEAD/SOURCES/openldap.sh -------------------------------------------------------------------------------- /SOURCES/pw-sha2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ltb-project/openldap-rpm/HEAD/SOURCES/pw-sha2.patch -------------------------------------------------------------------------------- /SPECS/libevent-ltb.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ltb-project/openldap-rpm/HEAD/SPECS/libevent-ltb.spec -------------------------------------------------------------------------------- /SPECS/openldap-ltb.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ltb-project/openldap-rpm/HEAD/SPECS/openldap-ltb.spec --------------------------------------------------------------------------------