Displaying 20 results from an estimated 8000 matches similar to: "Manually authenticate single user?"
2007 May 24
1
all users prompted for username and passwd
Hi there,
I've recently configured a new server on our network...still having some
(newbie) samba issues:
Whenever anyone tries to access the new share they get prompted for a
username and password (these would smb users and passwords and not the
windows AD details, right?). I want the share to be accessed by anyone
with the correct group permissions without this prompt...
I did
2007 May 22
2
kerberos_kinit_password -- Preauthentication falied ??
Hi,
I'm fairly new to samba so apologies if this is an old problem....
When I try 'net ads join -U administrator' I get the following:
[2007/05/22 12:15:15, 0] libads/ldap.c:ads_add_machine_acct(1368)
ads_add_machine_acct: Host account for storage4 already exists -
modifying old account
Using short domain name -- ABSOLUTESTUDIOS
[2007/05/22 12:15:15, 0]
2013 Jun 14
1
Multiple user sharing a single mailbox
I'm designing a system where some but not all groups of users want to share
a single mailbox, i.e the user will not have there own inbox. I think this
is possible by setting up a user database that returns the same mail
location and possible the same home directory. This sharing would only
occur in a single domain.
Example User Database
UserID | home | mail
all at site1.example.com |
2013 Nov 03
1
Accessing multiple Active Directory accounts simultaneously from a single Linux server
Hello,
I have been doing a lot of research on this subject and I'm not finding a clear answer. My company currently makes a video capture and transcoding application that runs on a Linux server. The video application mounts shares from a second Linux storage server for various users at the same time. In other words, we have:
A Linux Storage Server with many accounts (for example,
2009 Oct 09
0
ntlm_auth, universal principal name, multi-domain active directory - can samba authenticate?
I posted a similar message on the freeradius list a few months ago and it
was suggested I come here. Now that this effort is once again underway I am
looking for some assistance.
We are trying to replace our existing AAA solution with FreeRadius. The
user base is contained in an Active Directory single forest-multi domain
model.
The only feature of samba that we need to leverage is the
2003 Mar 16
1
single rsync of large directory structure versus several smaller rsync's
Hello,
I am working on a backup script using rsync and have a question.
Rather than doing a single rsync of /home/ I have set my script up
to loop over /etc/passwd and do a seperate rsync of each user home dir
(/home/user1, /home/user2) etc.
In the end, I should have the exact same backup either way. However I feel
safest doing it as multiple rsyncs (one for each user). I am doing this
2020 Apr 28
1
trying to authenticate postfix against Dovecot 2.3.4.1 passwd-file, using lmtp
Sorry for all the notes;
I'm trying to have postfix 3.4.8, trying to authenticate postfix against
Dovecot 2.3.4.1 passwd-file, using lmtp.
Not sure if I'm failing because of a smtp failure or I'm not getting
authenticated by dovecot.
main.cf
virtual_transport=lmtp:unix:private/dovecot-lmtp
_*postfix log*_
connect from unknown[192.168.212.227]
Apr 28 13:42:14 mail3
2013 Jun 11
1
custom permission for single user deep in tree where he has no access
Hello all,
Got samba with AD integration and extended ACL up and running.
Here is what I am trying to do.
share1 in smb.conf:
[share1]
comment = share1
path = /mnt/data/share1
public = no
writable = yes
printable = no
valid users = @DOMAIN+group1
user1 and user2 are members of group1
user3 is not
user1 creates
2020 Oct 07
1
dovecot 2.3.11.3 namespace/ACL shared folder not accessible in sharing-user's Mail folder tree? have a working config?
I'm running
dovecot --version
2.3.11.3 (502c39af9)
I'm setting up folder sharing.
Following
https://wiki.dovecot.org/SharedMailboxes/Shared
I've configured a folder to be shared, but it's not seen/accessible in the target user's Mail folder tree.
My config includes,
mail_plugins = virtual acl
protocol imap {
mail_plugins = $mail_plugins imap_acl imap_quota
2018 Mar 16
2
[PATCH] Set KRB5PRINCIPAL in user environment
Hello
There is no reply about this demand since the firt proposition has if nobody in dev team cares about it :(
Strange ...
Le 14 mars 2018 20:39:53 GMT+01:00, "Johannes L?thberg" <johannes at kyriasis.com> a ?crit :
>Quoting Johannes L?thberg (2017-01-06 02:34:43)
>> >this change request is already tracked as a bug #2063 [1] (with the
>> >related
2014 Jun 24
1
Bug/feature: mail fs pollution on IMAP select namespace/{non-existent}
Hi all,
I have noticed a strange behavior with dovecot (tested with 2.2.13). I use shared folders to share mailboxes between users. I have a namespace called "Accounts" that hosts the shared folder for the users (prefix Accounts/%%n/). However, When I issue an IMAP select command on a random non-existent mailbox name under "Accounts", dovecot auto-creates it and pollutes my
2015 Jun 14
0
idmap & migration to rfc2307
Thank you Rowland - really clear example and explanation.
>From your example, this is what I would see, once the RFC2307
attributes had been added:
root at testdc2:~# getent passwd user2
user2:*:3000015:10000:Jane Doe:/home/SAMBADOM/user2:/bin/false
root at testdc2:~# net cache flush
root at testdc2:~# getent passwd user2
user2:*:10004:10000:Jane Doe:/home/SAMBADOM/user2:/bin/false
[ ... wait
2012 Nov 06
1
Auth USER lookup failed
Hello,
I'm running dovecot 2.1.9 and I'm trying to configure shared folders.
So, as described at http://wiki2.dovecot.org/SharedMailboxes/Shared I
have configured a namespace like this:
namespace {
type = shared
separator = /
prefix = shared/%%u/
location = maildir:%%h/Maildir:INDEX=~/Maildir/shared/%%u
subscriptions = no
list = yes
}
In one user (user1) I have configured ACLs
2008 Jan 20
1
winbind forced password change requires interactive shell
We've discovered that although Winbind supports password changes when the
account password is expired, this only works with *interactive* shells.
This is a major problem for us. Use case 1: SSH tunnels:
$ ssh user2@localhost -N -L 4711:localhost:22
user2@localhost's password:
<trying to use the tunnel>
channel 2: open failed: administratively prohibited: open failed
As you can
2019 Mar 09
0
GSSAPI and usernames, not Kerberos ticket names
Hi all,
I've got a Dovecot v2.3.3 IMAP with GSSAPI auth set up.
This server is in main domain, 'contoso.com'. I also have several
subdomains.
My problem is usernames with GSSAPI authentication:
When I try to login as 'user' or as 'user at CONTOSO.COM' - everything
works. But, 'user at contoso.com' auth fails.
But when I try to login as subdomain user,
2015 Jun 14
1
idmap & migration to rfc2307
On 14/06/15 03:20, Jonathan Hunter wrote:
> Thank you Rowland - really clear example and explanation.
>
> From your example, this is what I would see, once the RFC2307
> attributes had been added:
>
> root at testdc2:~# getent passwd user2
> user2:*:3000015:10000:Jane Doe:/home/SAMBADOM/user2:/bin/false
> root at testdc2:~# net cache flush
> root at testdc2:~# getent
2013 Feb 08
0
Dovecot-2.1.14 - pop3 processes always hangs forever
Hello,
I'm currently experimenting with the 2.1.x series and am facing a behavior I can't explain; I must be doing something wrong and probably miss the obvious... ;-)
This is a very basic build on Mac OS X 10.8.2:
./configure --prefix=/_COD/dovecot-2.1.14 --sysconfdir=/_ETC --localstatedir=/_VAR --with-sqlite --with-ldap=yes
(Yes, I know, a strange layout, yet very convenient for
2011 Jan 11
1
scaling to multiple data files
Hello,
I have logging information for multiple machines, which I am trying to
summarize and graph. So far, I process each host individually, but I
would like to summarize the user count across multiple hosts. I want to
answer the question "how many unique users logged in on a certain day
across a group of machines"?
I'm not quite sure how to scale the data frame and analysis to
2017 May 22
4
question about shared samba directory file permissions..
im trying to set up a shared samba directory for users to use on centos
7, but whenever I create a file from the samba client to the samba server,
the owner of the file ends up being the user the share is mounted up as..
on the server (server1),
[samba]
comment = samba share
path = /samba/
read only = No
valid users = @samba
write list = @samba
force group = +samba
2020 Sep 26
2
managesieve script 'redirect' fails @ "Error: sieve: ... aborted due to temporary failure; Error: smtp-server: ... failed: SSL_accept() failed: error:1408F10B:SSL routines:ssl3_get_record:wrong version number"; direct send OK ?
I run
dovecot --version
2.3.10.1 (a3d0e1171)
postconf mail_version
mail_version = 3.5.7
with three valid accounts on the server,
user1 at example1.net
user2 at example2.net
admin at mx.example.com
I can send/receive from each -- both to/from external addresses, as well as between one another.
E.g., on mail sent to
user2 at example2.net -> admin at mx.example.com
logs of the