search for: user_

Displaying 20 results from an estimated 43 matches for "user_".

Did you mean: user
2020 Oct 22
2
Directors and LMTP: mailAlternateAddress of same user
Good evening everyone, I'd like to paste a problem i experience the last days with a mail cluster system based on three dovecot servers and two directors in front of them. The Directors are proxying the auth requests to the dovecot servers below (LDAP). The protocols i use are imap/managesieve/lmtp.? The setup works as intented, exept one detail. There are a lot of users that happen to
2013 Apr 05
2
ClassicUpgrade => EpicFail
...g to this command, using samba3 binaries: "tdbtool passdb.db keys | wc -l" Is it feasible for me to manually 'fsck' my passdb.db? Just looking at the output of tdbtool, it appears that there are 3 different kinds of keys: 1) RID_<8 character hex code>; e.g. RID_00000c54 2) USER_<machine name>; e.g. USER_mailserver$ 3) USER_<username>; e.g. USER_jdoe There are 463 RID_ keys, and 463 USER_ keys. That makes me think that there's supposed to be a RID_ key for each USER_ key. On that assumption, I did this to compare: 1) get sorted list of names appearing to...
2005 Oct 24
2
Everyone group.
Hi all, I have a problem setting ACL on a share like below: /data /user /user_1 /user_2 /user_ ... Particularry if I want to get complete control to a user on his personal folder but get off any permission to Everyone group also this user (that belongs to Everyone) cannot list and access to his folder. When I was connected to NT4 server I didn't have this kind of pr...
2006 Jan 13
0
Controller part of in-place editing
...nplace''} ) %> <td> <div id="<%= ''title_'' + link.id.to_s -%>"><%= link.title %></div></td> <%= in_place_editor (''title_'' + link.id.to_s) %> <td> <div id="<%= ''user_'' + link.id.to_s -%>"><%= link.user %></div></td> <%= in_place_editor (''user_'' + link.id.to_s) %> <td> <div id="<%= ''date_'' + link.id.to_s -%>"><%= link.date %></div>&l...
2009 Jul 30
4
attachment_fu + :path_prefix
Hello friends, I have a query like I am using a attchment_fu to store images. But the i don''t want to store to the default path let say :path_prefix => ''public/uploads'' i want a dyname path for e.g :path_prefix => ''public/#{ current_user.id}'', So just wanted to know how can i say images to the dynamic location. Regards Abhishek Shukla
2008 Dec 10
1
Oddness with fieldnames containing an underscore
...ere should be 1 more user When I ''rake features'' it halts at the password_confirmation line... Scenario: Register new user # features/ manage_users.feature:16 Given I am on the new user page # features/ step_definitions/user_steps.rb:5 And I fill in "login" with "johnm" # features/ step_definitions/webrat_steps.rb:12 And I fill in "password" with "Lmmsoht" # features/ step_definitions/webrat_steps.rb:12 And I fill in "password...
2011 Nov 09
6
[PATCH] Add tune2fs support to libguestfs.
At the moment OpenStack uses kpartx and nbd to resize filesystems and inject files to guests. I sincerely hope they don't allow untrusted users to upload guest images / AMIs :-( To fix this I'm looking into adding libguestfs support as an optional backend in OpenStack. The only missing feature in libguestfs is the ability to call tune2fs on a filesystem. This patch series adds tune2fs
2006 Oct 19
2
Loading syslinux from a USB HDD
Thanks Nazo, for that amazing long answer. The problem is, though, that you're talking to an _XP user_, so I can't: "Just use dd with if=/dev/sda" because that's Dutch to me. I even had trouble understanding what a "distro" was, till I looked it up. And I can't run "mkdiskimage", because it doesn't run under XP. Also, according to Josh's pos...
2004 Aug 25
1
PDF printing with printing = CUPS
...mp/pdf.log PDFBIN=`which ps2pdf` FILENAME= # this is borrowed from printpdf script for the filename PRINTTIME=`date +%b%d-%H%M%S` echo "Executable: $PDFBIN" > $LOGFILE echo "Arguments: |$1|$2|$3|$4|$5|$6|" >> $LOGFILE echo $# $PRINTTIME >> $LOGFILE #EMR USER_ER=$2 JOB_ER=$1 ORIGIN_ER=`smbstatus -b -u $2|grep $2` HOMEDIR_ER=`eval "echo ~$2"` echo "" >> $LOGFILE echo "Script Run by: $USER" >> $LOGFILE echo "User is: $USER_ER" >> $LOGFILE echo "Job Id is: $JOB_ER" >> $LOGFILE...
2008 Jan 21
7
undefined method error
...try_path'' for #<ActionView::Base:0x52fa56c> Extracted source (around line #12): 9: <% if is_logged_in? %> 10: <li>Logged in as: <i><%= logged_in_user.username %></i></li> 11: <li><%= link_to ''My Profile'', edit_user_path(logged_in_user) %></li> 12: <li><%= link_to ''New Blog Post'', new_entry_path(:user_id => logged_in_user) -%></li> 13: <li><%= link_to ''Upload Photo'', user_new_photo_path(:user_id => logged_in_user) -%></l...
2016 Oct 19
14
v2.2.26 release candidate released
...as target user. Added -U parameter to override the source user. * Mailbox names are no longer limited to 16 hierarchy levels. We'll check another way to make sure mailbox names can't grow larger than 4096 bytes. + Added a concept of "alternative usernames" by returning user_* extra field(s) in passdb. doveadm proxy list shows these alt usernames in "doveadm proxy list" output. "doveadm director&proxy kick" adds -f <passdb field> parameter. The alt usernames don't have to be unique, so this allows creation of user groups and...
2016 Oct 19
14
v2.2.26 release candidate released
...as target user. Added -U parameter to override the source user. * Mailbox names are no longer limited to 16 hierarchy levels. We'll check another way to make sure mailbox names can't grow larger than 4096 bytes. + Added a concept of "alternative usernames" by returning user_* extra field(s) in passdb. doveadm proxy list shows these alt usernames in "doveadm proxy list" output. "doveadm director&proxy kick" adds -f <passdb field> parameter. The alt usernames don't have to be unique, so this allows creation of user groups and...
2011 Nov 10
5
[PATCH v2] Add tune2fs command.
The changes since the previous patch: - safe ADD_ARG macro for adding arguments to a fixed size stack array - support for testing functions that return RHashtable, ie. tune2fs-l. - add tests that set (tune2fs) and get (tune2fs-l) various parameters. - only one 'intervalbetweenchecks' parameter (in seconds) Rich.
2008 Jun 06
8
useradd provider not working?
I have this config: # BL00070 - Disable NFS service {["nfs","nfslock","netfs","portmap"]: ensure => stopped, enable => false, } user {"rpc": ensure => absent, provider => "useradd" } user {"rpcuser": ensure => absent, provider => "useradd" } file
2020 Oct 26
0
Directors and LMTP: mailAlternateAddress of same user
...e was discussed on IRC last Friday. userdb is indeed ignored on the director, as the different process are going through the special "director-userdb", which has nothing to do with the userdb you have define... The documentation (https://doc.dovecot.org/configuration_manual/authentication/user_databases_userdb/) was updated to make it cleaner. The solution is to use passdb instead. Use basically the same configuration as the one you have for userdb but for passdb. For the ldap configuration itself replace user_* by pass_*. I hope that helps, Vincent -------------- next part -----------...
2023 Oct 20
0
[PATCH] Clean up the regress directory with make clean
...s/sshd_config_minimal + rm -f regress/sshd_proxy_host_* + rm -f regress/sshsig-agent-sk-ssh-ed25519 at openssh.com* + rm -f regress/sshsig-agent-ssh-ed25519* + rm -f regress/sshsig-sk-ssh-ed25519 at openssh.com* + rm -f regress/sshsig-ssh-ed25519* + rm -f regress/user_* + rm -f regress/wrong-key* + rm -f regress/*agent*.pub + rm -f regress/sk-ecdsa-sha2-nistp256 at openssh.com*.pub + rm -f regress/ssh-dss*.pub + rm -f regress/ssh-rsa*.pub + rm -f regress/*.sig + rm -f regress/sk-ecdsa-sha2-nistp256 at openssh.com +...
2010 Dec 21
1
shared boxes
Hi there, is it possible in any way to have private seen flags for users in a shared mailbox? http://wiki2.dovecot.org/SharedMailboxes/Shared says no, but i'm not sure, if newer mailbox formats can do this... like mdbox oder something like that. thanks for your help Tobi --
2007 Aug 13
0
about REALTIME application
Hi all, In version 1.2, there is a realtime function and it is very easy to use with prefix. exten => s,1,RealTime(table|name|peter|user_) and we can easy get back the value as user_name, user_id, etc. However, I found the the function will be depreciated in 1.4. There is a replacement using application REALTIME. I found that it is very troublesome to use it. ---------from web site--------- Set(row="${REALTIME(sipusers,call...
2005 Jun 08
0
warning: already initialized constant problem
Hi, I am getting the following error in WeBrick when using salted login generator: > ./script/../config/..//app/helpers/user_helper.rb:7: warning: already > initialized constant DEFAULT_HEAD_OPTIONS > 127.0.0.1 - - [31/May/2005:18:04:55 PDT] "HEAD /company.html HTTP/1.0" > 200 0 Now, I can easily get around this bug but i wondered how to prevent it from happening. Because user_helper is a module / m...
2010 Aug 27
2
LDAP & static userdb
...fic settings, you can avoid the userdb LDAP # lookup by using userdb static instead of userdb ldap, for example: # <doc/wiki/UserDatabase.Static.txt> #userdb { #driver = static #args = uid=vmail gid=vmail home=/var/vmail/%u #} On 1.2 im using LDAP lookup and everthing works like a charm. user_attrs = homeDirectory=home,uid=mail=maildir:/home/MAILBOXES/%$/mail On 2.0 is now tried to use this option cause all my mail are stored in /home/MAILBOXES/%uid/mail userdb { driver = static args = uid=vmail gid=vmail home=/home/MAILBOXES/%u/mail } and that doesnt work log say: dovecot: imap(hp...