Displaying 8 results from an estimated 8 matches for "gcos".
Did you mean:
cos
2006 Sep 25
2
Auth problem
Dovecot 1.07rc1 on ubuntu 6.04 I get the following problem:
root 26375 0.0 0.2 5548 2240 ? Ss Sep15 1:39 /usr/sbin/dovecot
root 26376 0.0 0.3 7896 3364 ? S Sep15 0:31 \_ dovecot-auth
root 26378 0.0 0.3 8304 3824 ? S Sep15 0:34 \_ dovecot-auth
root 26379 0.0 0.4 8668 4152 ? S Sep15 0:38 \_ dovecot-auth
root
2017 Nov 29
2
Username character disallowed by auth_username_chars: 0x13
Hi, I'm receiving the following messages in my mail logs that I
haven't seen before:
Nov 28 22:45:31 bwipropemail dovecot: auth: login(?,179.210.41.21):
Username character disallowed by auth_username_chars: 0x13 (username:
AB?)
Nov 28 22:45:31 bwipropemail dovecot: auth: login(?,179.210.41.21):
Username character disallowed by auth_username_chars: 0x13 (username:
AB?)
There's
1997 Jul 18
0
Syncing passwd and smbpasswd
...X 9.03 - non shadow implementation) and run smbpasswd
when it detects that the user has had to change their account password.
Because the
ageing works on storing update info with a "weeks since epoch" counter,
I
have decided to store the info as the last ','-delimited field in the
gcos field of the smbpasswd. This means the script must run setuid 0
with appropriate signal
handling behaviour.
If there is a better method, I would love to hear from people.
I am happy to email my "near complete" script to those who are
interested in
testing it and/or using it as a basis f...
1999 Aug 04
0
NIS+ and smbpasswd
...ng Plain Text passwords accessing the NIS+ database and I have
"update encrypted = Yes" set so that the current SMB encrypted passwords
can be updated as people connect to file services over the next couple
of weeks.
I've used mknissmbpwdtbl.sh, and edited mknissmbpasswd.sh to change gcos
to full_name and home to home_dir, then populated the smbpasswd.org_dir
directory from passwd.org_dir using mknissmbpasswd.sh.
The problem I now have is that when I run "smbpasswd username" to change
a users encrypted password I get the following error message.
tcsh> smbpasswd userna...
1999 Apr 22
0
Samba and NIS+ (lengthy desperate plea)
...p. Then I noticed in the CVS source's script
directory there was a mknissmbpwdtbl.sh. After running it, I now have an
empty smbpasswd.org_dir table. I thought this might fix my smbpasswd
problem, but it didn't. I also ran the mknissmbpasswd.sh script, but it
referenced some field called gcos that the table creation script didn't
make. Since these sources were from CVS I didn't give too much thought --
CVS is broken a lot, I realize that.
I would _so much_ appreciate any direction on this. Eventually I would
like to set up the server as a PDC to authenticate the NT lab and p...
2003 Mar 01
2
pine/dovecot issues
Folks,
I'm running into some issues with pine and dovecot. (dovecot is running
mbox for now... plan to switch to maildir soon.) At first I thought it
was a funky issue with the way I was using pine to access mailboxes. (I
use rsh to invoke imap as pre-authenticated so when I switch to
maildirs, I don't have to worry about pine being patched to support it.)
But after switching over to
2000 Jan 31
1
Change Request: New Environmental Variable for Username
Presently, the Samba documentation says that the default NetBIOS
username used by client-type applications is determined by the
following (from smbclient(1)),
If no username is supplied, it will default to an
uppercase version of the environment variable USER
or LOGNAME in that order. If no username is sup-
plied and neither
2010 Mar 31
3
[PATCH] Remove v2v-snapshot
...on the connection
-if (!defined($datadir)) {
- if ($vmm->get_uri() eq "qemu:///session") {
- # Get the current user's home directory
- my (undef, undef, undef, undef, undef, # name, passwd, uid, gid, quota
- undef, undef, $home, undef, undef # comment, gcos, dir, shell, expire
- ) = getpwuid($UID);
-
- unless (defined($home)) {
- print STDERR user_message(__x("Unable to get home directory ".
- "for current user"));
- exit(1);
- }
-
- $data...