search for: user_s

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

Did you mean: user_ds
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
ClassicUpgrade of my samba3 data to samba4 fails, with this error: ERROR(<class 'passdb.error'>): uncaught exception - Unable to get id for sid Full log of the classicupgrade is at the end of this email. Project member on this list, Andrew Barlett, wrote that the issue is probably that my Samba 3 passdb was passable in an NT 4 DC mode, but is actually 'invalid' :
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 problem. I have check
2006 Jan 13
0
Controller part of in-place editing
I''m doing some incremental improvements on scaffolding, and want to add in-place editing to an admin section. I think I may have the view part working right (at least, the editor pops up as expected) with this in my view: ### <% for link in @links %> <tr> <td> <div id="<%= ''url'' + link.id.to_s -%>"><%= link.url
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
2004 Aug 25
1
PDF printing with printing = CUPS
Hi everyone. I've been looking into the subject of "printing" to PDF with Samba in the last couple of days. Sorry to say that I wasted some time trying to figure out why the [print-pdf generator] in smb.conf didn't work. As always reading every comment carefully will pay off in terms of time wasted! After I realized that with printing = cups in smb.conf samba ignores any
2008 Jan 21
7
undefined method error
Hello everyone, I am following the Practical Rails: Social Networking sites book. In chapter 7 photo gallery I am getting a NoMethodError in Pages#show Showing layouts/_menu.rhtml where line #12 raised: undefined method `new_entry_path'' for #<ActionView::Base:0x52fa56c> Extracted source (around line #12): 9: <% if is_logged_in? %> 10:
2016 Oct 19
14
v2.2.26 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.26.rc1.tar.gz http://dovecot.org/releases/2.2/rc/dovecot-2.2.26.rc1.tar.gz.sig There are quite a lot of changes since v2.2.25. Please try out this RC so we can get a good and stable v2.2.26 out. * master: Removed hardcoded 511 backlog limit for listen(). The kernel should limit this as needed. * doveadm import: Source user is now initialized
2016 Oct 19
14
v2.2.26 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.26.rc1.tar.gz http://dovecot.org/releases/2.2/rc/dovecot-2.2.26.rc1.tar.gz.sig There are quite a lot of changes since v2.2.25. Please try out this RC so we can get a good and stable v2.2.26 out. * master: Removed hardcoded 511 backlog limit for listen(). The kernel should limit this as needed. * doveadm import: Source user is now initialized
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
Dear Ioannis, > I've searched around for a solution to this, and figured out that a special > userdb {} section in the protocol lmtp {} section, with driver = ldap etc etc > so that i 'd be able to "show" the correct user to the lmtp might work, but > strangely that userdb {} setting looks like being ignored by lmtp. A very similar issue was discussed on IRC last
2023 Oct 20
0
[PATCH] Clean up the regress directory with make clean
This patch removes the various keys and support files created during make tests. It might not be as compact as it could be, and I'd be happy to get comments on that, but it does work. diff --git a/Makefile.in b/Makefile.in index 70287f51f..0f1ef844d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -296,6 +296,45 @@ clean: regressclean rm -f regress/misc/sk-dummy/*.o rm -f
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---------
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.
2010 Aug 27
2
LDAP & static userdb
hi.. im just testing 2.0 before upgrading to v1.2 :) in auth-ldap.conf.ext i found # If you don't have any user-specific 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