> adminuser at tmpdc1:~ $ sudo adduser testadmin > Adding user `testadmin' ... > Adding new group `testadmin' (1001) ... > Adding new user `testadmin' (1001) with group `testadmin (1001)' ... > Creating home directory `/home/testadmin' ... > Copying files from `/etc/skel' ...? It's at this point I get the Kerberos password prompt BTW. ?> New password:? > Retype new password:? > passwd: password updated successfully > Changing the user information for testadmin > Enter the new value, or press ENTER for the default > ? ? ? ? Full Name []:? > ? ? ? ? Room Number []:? > ? ? ? ? Work Phone []:? > ? ? ? ? Home Phone []:? > ? ? ? ? Other []:? > Is the information correct? [Y/n] y > Adding new user `testadmin' to supplemental / extra groups `users' ... > Adding user `testadmin' to group `users' ...> Now I was doing this on one of my DCs, which runs Raspberry pi OS, but > that is really just Debian 12 tweaked.> Can I ask if you have libpam-krb5 installed ?Yes.
On Tue, 14 May 2024 06:35:24 -0700 Gregory Sloop via samba <samba at lists.samba.org> wrote:> > > Can I ask if you have libpam-krb5 installed ? > > Yes.Ah, that is your problem, if you are using winbind, you do not need it. Rowland