search for: localuser

Displaying 20 results from an estimated 74 matches for "localuser".

2012 Oct 29
1
Scenario with CIFS
...ts path = /shared valid users = myuser admin users = admin read only = No create mask = 0700 force create mode = 0700 directory mask = 0700 browseable = No /// Mounting command is: # mount -t cifs //192.168.0.99/shared ./mount -o uid=localuser,gid=localuser,iocharset=utf8,credentials=/tmp/credentials,nosetuids,noperm File /tmp/credentials contains username myuser and its password. I successfully mount that share, I can list, cd, etc. but not write: root at monitor:/mnt/mount/archiveupload# ll total 40 drwxrwxr-x 4 localuser localuser...
2013 Apr 23
3
Using dsync to export mail to remote IMAP account
...it, I tried (on the dovecot server) dsync -o imapc_user=remoteuser -o imapc_password=remotepassword -o imapc_host=remote-imap-server -o imapc_port=993 -o imapc_ssl=imaps -o imapc_features=rfc822.size -o imapc_list_prefix=remoteprefix -o mailbox_list_index=no backup -f -u localuser imapc: I got this error: dsync(localuser): Error: user localuser: Initialization failed: Namespace '': Unknown mail storage driver imapc dsync(localuser): Fatal: User init failed Is exporting mail to a remote (non-dovecot) IMAP account even doable with dsync, or am I completely of...
2010 Apr 18
1
problems originating an outgoing IAX2 call
...der/${EXTEN}) -- Accepting AUTHENTICATED call from 82.56.46.69: > requested format = gsm, > requested prefs = (), > actual format = gsm, > host prefs = (), > priority = mine -- Executing [number2call at outgoing_voipvoice:1] Dial("IAX2/localuser-3519", "IAX2/my-iax-provider/number2call") in new stack [Apr 18 19:34:22] DEBUG[32577]: chan_iax2.c:4000 create_addr: prepending 2 to prefs -- Called my-iax-provider/number2call -- Call accepted by 62.149.202.150 (format ilbc) -- Format for call is ilbc -- IAX2/my-iax...
2017 Nov 19
2
pjsip subscribe (presence) always returns: No matching endpoint found
Hello List I am in the progress of migrating from chan_sip to pjsip. I fear I have missed something on how hints need to be specified for pjsip. For chan_sip I have configured sip.conf subscribecontext = localuser and in the dialplan I set: [localuser] exten => 11,hint,SIP/11 Now if a phone subscribes to '11' this works. Now I try to get the same working for pjsip. I understood that for pjsip the hit needs to be placed in the same context as the endpoint: [11] type=endpoint transport=transpo...
2015 Apr 16
2
Group Mapping: All Users from a Domain group should be able to write to a local group
Hello Mailinglist, I have created a local user "localuser" who is in the local group "localgroup" $ id uid=1001(localuser) gid=1001(localgroup) groups=1001(localgroup) My machine authenticates against Active Directory - works The AD-User "aduser" belongs to a domain group "adgroup" $ id uid=6161(aduser) gid=5513(dom?n...
2005 Jan 15
1
Strange behaviour with multiple auth channels
...l, nothing seemed as if it had changed. Then I started fiddling around to see if I could get any pattern. At that point I had two auth channels: auth default { mechanisms = plain userdb = sql /usr/local/etc/dovecot/sql.conf passdb = sql /usr/local/etc/dovecot/sql.conf user = mail } auth localuser { mechanisms = plain userdb = passwd home=/home/%u/Mail passdb = passwd home=/home/%u/Mail } Strangely enough I could see it connecting to the SQL database, I would have expected to see at least some queries when it checked for the user. But no. So I changed the configuration to: auth defau...
2012 Jul 04
12
How to get an input file to a facter ?
Dears all, I was testing my localusers facter by puppetmaster fileserver but i''d got in error Could not retrieve localusers: No such file or directory - /etc/ puppet/whitelist I was pretending the file was served by fileserver of puppetmaster doing in init.pp : file { "/etc/puppet/whitelist": ensure =&...
2008 Oct 09
1
rsync backup permissions
...ld point me in the right direction, please & thanks?! I wish to use rsync to backup users' home dirs from machineA (Debian) to machineB (Fedora). I have a script, say backup.sh, in my own home dir and linked to from /etc/cron.daily and have set up the ssh keys so root@machineA can rsync to localUser@machineB. In testing the script is run and files are transferred. However, they are owned by localUser (of machineB) not of each user on machineA. I have tried various rsync options (--perms) but without joy. Can somebody advise me which flags I require? Thanks, Michael
2006 Jan 12
9
winbind without localuser account
Paul Matthews wrote: > hi there, > > i'm trying to get my winbind working without having a local account > on the machine, but it's just not working for me > > can someone show me an example of a pam module that requires only a > Active directory password.(i'm working with /etc/pam.d/dovecot) > > i can use my AD password as long as i have a local
2005 Sep 28
2
Permission denied: failed to chdir to /home/paul
...rorke.net at openoffice.org H=s002.sfo.collab.net<http://s002.sfo.collab.net>( openoffice.org <http://openoffice.org>) [64.125.133.202<http://64.125.133.202>] P=smtp S=3120 id=200509280613.08050.dlewis at delewis.com 2005-09-28 04:14:47 1EKZtf-0003gQ-26 == paul at paulororke.net R=localuser T=local_delivery defer (13): Permission denied: failed to chdir to /home/paul How do I make it so that this doesn't happen? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://dovecot.org/pipermail/dovecot/attachments/20050928/bc27c9d8/attachment.html>
2019 Apr 12
3
lmtp_save_to_detail_mailbox override
Hi, I have a dovecot 2.3.2.1 instance running here that is getting userdb and passdb data from a SQL database. This was a cyrus server migrated over and all users are happy. All users except one: Said user asked if it would be possible to disable subaddressing (localuser+folder at example.com) again. The setting controlling that is AFAIK the lmtp_save_to_detail_mailbox item. My idea was to override that setting for the specific user. I changed the user_query to return no for the user in question and all seems well: # doveadm user test field value user test at...
2003 Oct 07
1
[PATCH] allow announcements in app_dial
...ature-request. Matteo -- Brancaleoni Matteo <mbrancaleoni@espia.it> Espia - Emmegi Srl -------------- next part -------------- --- asterisk/apps/app_dial.c 2003-10-08 00:05:43.000000000 +0200 +++ dial-asterisk/apps/app_dial.c 2003-10-08 00:04:20.000000000 +0200 @@ -337,6 +337,7 @@ struct localuser *u; char info[256], *peers, *timeout, *tech, *number, *rest, *cur; char privdb[256] = "", *s; + char announcemsg[256] = "", *ann; struct localuser *outgoing=NULL, *tmp; struct ast_channel *peer; int to; @@ -344,8 +345,10 @@ int allowredir_out=0; int allowdisconne...
2020 Jun 18
3
SAMBA using existing users and passwords on Linux
...a new problem for which I need help. When I try to access SAMBA shares with local Linux users, it is necessary to include the name of the Linux server when passing the local user. For example if I try to access like this, it doesn't work, it gives an invalid user error net use \\host\share /U:localuser To work the command must be like this: net use \\host\share /U:host\localuser What it seems to me is that SAMBA does not authenticate on the local machine, only in AD. Is there a way to get SAMBA to authenticate to AD and on the local machine? <https://www.avast.com/sig-email?utm_medium=emai...
2010 May 11
3
Authentication of local users (smbpasswd) fails with security = domain
...an authenticate with this users against the domain controller. Now I want to add a local user (with smbpasswd) and authenticate with this user which does not exist in the domain. When I'm trying to log in with the user the log says: domain_client_validate: unable to validate password for user localuser in domain MY-DOMAIN to Domain controller MY-DC. Error was NT_STATUS_NO_SUCH_USER. check_ntlm_password: Authentication for user [localuser] -> [localuser] FAILED with error NT_STATUS_NO_SUCH_USER testparm says my server role is ROLE_DOMAIN_MEMBER. Any idea how I can use local users and domain...
2005 Aug 17
2
Dovecot Deliver Problem
Trying to use the deliver utility and getting this error: error: net_connect(/var/run/dovecot/auth-master) failed: No such file or directory -- Marc Perkel - marc at perkel.com Spam Filter: http://www.junkemailfilter.com My Blog: http://marc.perkel.com
2014 May 13
1
imapc problem
hello, I have some trouble when trying to migrate from another imap server to dovecot with imapc/dsync/doveadm. when running "doveadm -o imapc_user=foo -o imapc_password=bar backup -R -u localuser imapc:" all is ok. But when running "doveadm -o imapc_user=foo -o imapc_password=bar sync -R -u localuser imapc:", all local mods are overwritten. For example deleting a message or moving it to trash and it reappear in INBOX (and disappear from trash if moved there). If I try wit...
2009 Sep 01
2
Sieve segfault on sieve-before scripts
...2.4 release with sieve 0.1.12 If I setup sieve-before script and latest script contains "keep" at the very end and no personal scripts found then segfault take place. here is part of exim log: 2009-09-01 18:43:06 1MiUZA-0005V9-IB ** ivanov_maxim at domain.my <admin at domain.my> R=localuser T=local_delivery: Child process of local_delivery transport (running command "/usr/libexec/dovecot/deliver -d $local_part") was terminated by signal 11 (Segmentation fault) Once I remove "keep" from end of latest sieve-before script, everything goes fine. Here is latest globa...
2013 Aug 14
0
weird situation with pop3/imap proxy and postfix authentication
...from imapproxy where imapproxy.dominio = '%d' the 10.252.38.2 address, on the query, is my local server when this query received a local user, from a domain that is NOT listed on the imapproxy table, results are like: *************************** 1. row *************************** user: localuser at domain.com.br password: (SSHA256 encrypted password) userdb_home: /var/spool/mail/localuser at domain.com.br userdb_mail: maildir:/var/spool/mail/localuser at domain.com.br userdb_uid: 8 userdb_gid: 12 userdb_quota_rule: *:storage=51200 userdb_quota_rule2: Trash:storage=+100M proxy_maybe: Y ho...
2006 May 03
1
my asterisk crashed
..._t *) 0x1 headp = (struct varshead *) 0xa281be8 #2 0xf5bbe1e4 in dial_exec_full (chan=0xa281820, data=0x0, peerflags=0xf469fee8) at app_dial.c:964 tnam = 0x0 tn2 = 0x1 "" callerid = '\0' <repeats 59 times> res = -1 u = (struct localuser *) 0xa56d418 number = 0x0 rest = 0x0 cur = 0x0 privcid = '\0' <repeats 192 times>, "?@j?PZ?\t\005", '\0' <repeats 15 times>, " \030(\n", '\0' <repeats 11 times>, "\200\003\000\000\000\000\000\000\000W...
2006 Feb 23
0
Detect answer and hangup
...ut options when Dial ends the call, dialplan ends too, meanwhile Dial mantains the control. Now, I've noticed that if I run the application in verbose mode, there are events wich show when I pick up and hung up the phone. When I pick up, the event is: -- SIP/sipdiscount-0d27 answered SIP/localuser-da9c (event that appears in app_dial.c) When I hung up, for example: == Spawn extension (default, 4233398, 3) exited non-zero on 'SIP/localuser-da9c' (but this is not happening in app_dial.c, I've seen its happening on pbx.c) So, what I'm trying to do is change the so...