8.5 Using LDAP Utilities
To use Oracle LDAP utilities such as
ldapbind
,
ldapsearch
, ldapmodify
, you can either:
- Run the LDAP commands from an Oracle Unified Directory (OUD) installation outside the Kubernetes cluster. This requires access to an On-Premises OUD installation outside the Kubernetes cluster.
- Run the LDAP commands from inside the OUD Kubernetes pod connecting to the internal
port:
For example:kubectl exec -ti <pod> -n <namespace> -- bash
This will take you into a bash session in the pod:kubectl exec -ti oud-ds-rs-0 -n oudns -- bash
Inside the container navigate to[oracle@oud-ds-rs-0 oracle]$
/u01/oracle/oud/bin
to view the LDAP utilities:cd /u01/oracle/oud/bin
ls ldap* ldapcompare ldapdelete ldapmodify ldappasswordmodify ldapsearch
Note:
For commands that require an ldif file, copy the file into the<persistent_volume>/oud_user_projects
directory:
For example:cp file.ldif <peristent_volume>/oud_user_projects
The file can then be viewed inside the pod:cp file.ldif /nfs_volumes/oudpv/oud_user_projects
[oracle@oud-ds-rs-0 bin]$ cd /u01/oracle/user_projects [oracle@oud-ds-rs-0 user_projects]$ ls *.ldif file.ldif