# gssapi-unix **Repository Path**: mirrors_vmware/gssapi-unix ## Basic Information - **Project Name**: gssapi-unix - **Description**: GSSAPI Unix - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-17 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GSSAPI-Unix GSSAPI (Generic Security Service Application Programming Interface) is a function interface that provides security services for applications in a mechanism-independent way. This allows different security mechanisms to be used via one standardized API. GSSAPI-Unix provides a GSSAPI mechanism to authenticate security principals defined in /etc/passwd on UNIX and LINUX systems. ### Dependencies dcerpc, openldap, krb5, python3, openssl, e2fsprogs ### Building from source Building gssapi-unix on Photon OS - tdnf install -y build-essential - tdnf install -y copenapi-devel c-rest-engine-devel curl-devel expat-devel libsolv-devel - tdnf install -y jansson-devel krb5-devel network-config-manager-devel tdnf-devel - tdnf install -y python3-devel dcerpc-devel openldap openssl-devel e2fsprogs-devel - git clone git@github.com:vmware/gssapi-unix.git - cd gssapi-plugins/ - ./rebuild.sh - make ### Install binaries - make install ### Built Libraries Currently following libraries will be built. 1. libgssapi_unix_creds.so 2. libgssapi_unix.so ### Contributing The GSSAPI-Unix project team welcomes contributions from the community. If you wish to contribute code and you have not signed our contributor license agreement (CLA), our bot will update the issue when you open a Pull Request. For any questions about the CLA process, please refer to our [FAQ](https://cla.vmware.com/faq). License ---- [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html)