clearer debug comments
authorLuke Leighton <lkcl@samba.org>
Tue, 24 Nov 1998 18:58:56 +0000 (18:58 +0000)
committerLuke Leighton <lkcl@samba.org>
Tue, 24 Nov 1998 18:58:56 +0000 (18:58 +0000)
(This used to be commit 06b9100c1c1590bad392a8d9bdd79a6c554a3cac)

source3/passdb/smbpassgroupunix.c

index 90f804e8efb97f9fab8d65c047a6069fb933953e..0e621cb3cc04668e76ffadd365f9e3a6ab1a0b67 100644 (file)
@@ -148,7 +148,7 @@ static struct smb_passwd *getsmbunixgrpent(void *vp,
                        {
                                pstring sid_str;
                                sid_to_string(sid_str, &sid);
                        {
                                pstring sid_str;
                                sid_to_string(sid_str, &sid);
-                               DEBUG(0,("user %s is in a UNIX group %s that maps to an NT RID (0x%x) in another domain (%s)\n",
+                               DEBUG(0,("user %s is in a UNIX group %s that maps to an NT Domain Alias RID (0x%x) in another domain (%s)\n",
                                          pw_buf->smb_name, unix_grpname, rid, sid_str));
                                continue;
                        }
                                          pw_buf->smb_name, unix_grpname, rid, sid_str));
                                continue;
                        }
@@ -170,7 +170,7 @@ static struct smb_passwd *getsmbunixgrpent(void *vp,
                        {
                                pstring sid_str;
                                sid_to_string(sid_str, &sid);
                        {
                                pstring sid_str;
                                sid_to_string(sid_str, &sid);
-                               DEBUG(0,("user %s is in a UNIX group %s that maps to an NT RID (0x%x) in another domain (%s)\n",
+                               DEBUG(0,("user %s is in a UNIX group %s that maps to an NT Domain Group RID (0x%x) in another domain (%s)\n",
                                          pw_buf->smb_name, unix_grpname, rid, sid_str));
                                continue;
                        }
                                          pw_buf->smb_name, unix_grpname, rid, sid_str));
                                continue;
                        }