Timeline for groups command is working but groups <username> is not, inside a docker container. What's the reason?
Current License: CC BY-SA 4.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 30, 2020 at 10:40 | answer | added | Jonas Eberle | timeline score: 0 | |
| Jan 30, 2020 at 10:37 | comment | added | Jonas Eberle | It is unclear to me yet how your host is configured for LDAP. | |
| Jan 30, 2020 at 0:44 | comment | added | Geena | i don't think it is LDAP configured. Any suggestions on how to do that? | |
| Jan 29, 2020 at 22:49 | comment | added | Paulo Tomé | Does your container have LDAP configured? | |
| Jan 29, 2020 at 22:42 | history | edited | Mark Plotnick | CC BY-SA 4.0 |
Some reformatting so angle-bracketed text is no longer hidden.
|
| Jan 29, 2020 at 22:39 | comment | added | Geena | from my dev system, i am able to run groups <teammate'sldap> and get the results. And when i ran 'users' on that system it resulted just my name. so how do i get similar behavior on my docker instance? i need to be able to run groups <anyldapname> and get the results. Thanks! | |
| Jan 29, 2020 at 22:32 | comment | added | Paulo Tomé |
The command users returns the list of available users in your system.
|
|
| Jan 29, 2020 at 22:28 | comment | added | Geena | Thanks for your reply. where is the <username> supposed to exist for the docker container to recognize and not give that error? | |
| Jan 29, 2020 at 22:20 | comment | added | Paulo Tomé |
Command groups without supplying user argument returns the groups to which the current user belongs. In your case the root group. It appears that the username you supplied in call with username does not exist.
|
|
| Jan 29, 2020 at 22:05 | review | First posts | |||
| Jan 29, 2020 at 22:22 | |||||
| Jan 29, 2020 at 22:04 | history | asked | Geena | CC BY-SA 4.0 |