diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/cldap_server/cldap_server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/cldap_server/cldap_server.c b/source4/cldap_server/cldap_server.c index 91682620ea..a15b93f91c 100644 --- a/source4/cldap_server/cldap_server.c +++ b/source4/cldap_server/cldap_server.c @@ -63,7 +63,7 @@ static NTSTATUS cldapd_add_socket(struct cldapd_server *cldapd, const char *addr struct cldap_socket *cldapsock; NTSTATUS status; - /* listen for unicasts on port 137 */ + /* listen for unicasts on the CLDAP port (389) */ cldapsock = cldap_socket_init(cldapd, cldapd->task->event_ctx); NT_STATUS_HAVE_NO_MEMORY(cldapsock); |