# \#ldap

**URL:** https://discourse.julialang.org/tag/ldap/1532.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [Get the list of members for LDAP group](https://discourse.julialang.org/t/get-the-list-of-members-for-ldap-group/109798)

<div class="topic-metadata">

**Author:** [@aww-r](https://discourse.julialang.org/u/aww-r)\
**Replies:** 1\
**Last updated:** [October 22, 2024, 7:36pm UTC](https://discourse.julialang.org/t/get-the-list-of-members-for-ldap-group/109798 "2024-10-22T19:36:08Z")

</div>

I have a question in regards to LDAP, or specifically LDAP.Client package. I’d like to list all the members of specific LDAP group but I cannot make it working with the package. If I enter into bash below code I’m gettin…

---

## [New to julia : ldapclient output format](https://discourse.julialang.org/t/new-to-julia-ldapclient-output-format/96497)

<div class="topic-metadata">

**Author:** [@Laurent\_Protois](https://discourse.julialang.org/u/Laurent_Protois)\
**Replies:** 1\
**Last updated:** [March 23, 2023, 9:52am UTC](https://discourse.julialang.org/t/new-to-julia-ldapclient-output-format/96497 "2023-03-23T09:52:56Z")

</div>

In my Julia script : for entry in LDAPClient.each\_entry(chain) uid=“(entry\["uid"\])" nom="(entry\[“gecos”\])” group=“$(entry\[“GTP”\])” println(“$uid;$nom;$group”) end got \[“waynstar84”\];\[“wayne stark”\];\[“-”\] h…

---

## [LDAPClient.jl](https://discourse.julialang.org/t/ldapclient-jl/45062)

<div class="topic-metadata">

**Author:** [@felipenoris](https://discourse.julialang.org/u/felipenoris)\
**Replies:** 1\
**Last updated:** [August 16, 2020, 9:28pm UTC](https://discourse.julialang.org/t/ldapclient-jl/45062 "2020-08-16T21:28:45Z")

</div>

Enjoy!

---

## [Julia kernel on JupyterHub system-wide LDAP](https://discourse.julialang.org/t/julia-kernel-on-jupyterhub-system-wide-ldap/14809)

<div class="topic-metadata">

**Author:** [@New1nd](https://discourse.julialang.org/u/New1nd)\
**Replies:** 6\
**Last updated:** [September 13, 2018, 1:17pm UTC](https://discourse.julialang.org/t/julia-kernel-on-jupyterhub-system-wide-ldap/14809 "2018-09-13T13:17:52Z")

</div>

Hello, OS : Debian 9.5 Julia : Version 1.0 I’m trying to make Julia kernel work on my JupyterHub. I need the kernel to work for multiple users and not only for the local user / root. I configured JupyterHub with an LD…
