search for: kolb

Displaying 20 results from an estimated 36 matches for "kolb".

Did you mean: kolab
2006 Jul 15
12
Safe way to destroy records
Hello, how can I check if a destroy was successful? Is the object only frozen if deleted or do I have to do an additional find to see if there is a record left? What happens if an after_destroy callback returns false? Is there always a rollback? Markus
2005 May 12
3
New ADS infrastructure with winbind - Which is the best ID-mapping: IDMAP_RID or IDMAP LDAP with ADS + SFU schema ?
...way" with the MS SFU 3.5 Schema extensions, PADL and so on - when IDMAP_RID seems to be so easy? Can anybody tell me something about the "deeper backgrounds" and which of both ist the best solution for us? Thanks and Best regards Steffen -- Mit freundlichen Gruessen Steffen Kolbe Andreas-Schubert-Str. 23 D-01062 Dresden ------------------------------------------------------ Phone: +49/0 351 463-36750 Fax: +49/0 351 463-36809 e-mail: kolbe@vwi.tu-dresden.de ------------------------------------------------------ Institut fuer Wirtschaft und Verkehr Fakultaet Verkehrswissensc...
2006 Jul 09
3
Verify hash key in hash in params hash
Hi, how can I use Rails ActionController::Verification#verify :params when the hash key is in a hash? E.g.: params[:form][:textfield] and I want to verify that :textfield is a key in params[:form] Thanks Markus
2006 Jul 13
6
Content_for_layout
Question- if I have more then one view I wish to display in a layout , how do I tell content_for_layout what to display and where ? TIA Stuart -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060713/a2d0a8c8/attachment.html
2006 Jul 14
7
Using ActionView free style
ActionView is a very useful class, in its own right. But, calling it by itself causes a weird crash, exiting Ruby, without even raising an exception! ruby script/runner "begin; av = ActionView::Base.new; av.render(:inline => ''Hi!''); rescue => e; puts e; end" just crashes Ruby. Same with render(:file => ''template.rhtml'') Why is this?
2006 Jul 18
8
Including files from lib/
I asked about this a few days ago and got no replies, so I''m asking again. I have a file called string_extensions.rb. In it, I extend the String class to include some extra functionality. I put this file into the lib/ directory of my app. But the changes made to String don''t take effect. The program acts as though the files aren''t being included. I''ve stopped
2010 Feb 15
1
[RCU] Dovecot managesieve
...t you can do it by editing mailbox_command parameter in /etc/postfix/main.cf (postconf(5)): That's what I did but then I have this problem with DOTLOCK If I chmod 777 /var/mail directory it works but I do not feel comfortable with that kind of access rights ... On 02/12/10 20:39, Joseph Kolb wrote: > Hi Frank, > > the question is, do you use the LDA of dovecot (LocalDeliveryAgent)? > If so, then yes, you must add/modify some stuff in master.cf. This is good > described in dovecot wiki :-). > > Regards, > Joseph > > Am Freitag 12 Februar 2010 15:42:12 schri...
2016 Apr 05
2
doveadm sync -1 -R
Hi, I?m migrating an old Zarafa-installation to a dovecot using mdbox and sis on Debian Jessie. To copy over the emails, I use doveadm backup on the new box - or more precisely: vmail# doveadm -v -o imapc_user=$user -o imapc_password=$pass -o imapc_host=$host -o imapc_features=rfc822.size -o imapc_port=993 -o mailbox_list_index=no -o imapc_ssl_verify=no backup -R -x "Public folders*"
2005 May 31
1
winbind: idmap_rid - no user mapping
...sswd: files winbind group: files winbind shadow: files hosts: files dns networks: files protocols: db files services: db files ethers: db files rpc: db files netgroup: nis -- -- Mit freundlichen Gruessen Steffen Kolbe Andreas-Schubert-Str. 23 D-01062 Dresden ------------------------------------------------------ Phone: +49/0 351 463-36750 Fax: +49/0 351 463-36809 e-mail: kolbe1@vwi.tu-dresden.de ------------------------------------------------------ Institut fuer Wirtschaft und Verkehr Fakultaet Verkehrswissens...
2006 Jul 18
5
SQL query question
Hello, I know it''s off-topic. But I''m sure you are using SQL and can help me ;) I''ve a table CARS and a table KEYS and a LOCKS table. CARS id|name 1|audi 2|ford 3|mazda 4|porsche ... KEYS id|car_id|lock_id 1|1|1 2|2|1 3|2|2 4|3|1 5|3|2 6|4|1 7|4|2 8|4|3 ... LOCKS id|name 1|main 2|spare 3|engine ... A car can have many keys. Keys are for different locks. How can I
2006 Jul 10
18
Deleting join association of has_many :through
I''m trying to use has_many :through, since my join model deserves being more than just an intersection table. But when I try to break the association, the break only seems "temporary": Let''s say my two tables are Users and Colors, and the join model is Favorites. user = Users.find(1) user.colors.length >> 2 c = user.colors.first >> #<Color:....>
2006 Jul 11
3
update_attributes and save!
I notice that ActiveRecord::Base.update_attributes() calls save(). What if I want to get an exception if the save fails? Is there a way to get the update_attributes() function plus the save! function? Thanks, Wes -- Posted via http://www.ruby-forum.com/.
2008 Jul 18
1
[ANNOUNCE] libxcb-1.1.91
...sabled by default. Add SELinux extension support, disabled by default. Add Python parser C language-dependent part. Use the python install path from xcb-xproto.pc to locate the xcbgen package. Replace a stray c-client.xsl in the libxcb SOURCES. Fixes make distcheck. Jeremy Kolb (1): Add mention of PYTHONPATH if xcbgen cannot be found. Josh Triplett (1): Fix variable declaration formatting Julien Cristau (1): Make EXTHEADERS, EXTSOURCES, EXTENSION_XML unconditional of configure flags. Oswald Buddenhagen (1): Fix libxcb/src compile with srcdir !=...
2006 Jul 15
3
Why app/helpers are not app/view/helpers ?
So that we can write controller code inside helpers ? are we supposed to do that ? -Pratik -- rm -rf / 2>/dev/null - http://null.in "Things do not happen. Things are made to happen." - JFK
2007 Sep 10
1
mailbox_idle_check_interval in minutes or seconds?
Hi, sorry for this question, but I didn't find the information in the documentation or wiki: Is mailbox_idle_check_interval (in dovecot.conf) in seconds or minutes? I think it's minutes. But ... It would be nice, if this will be in the docu of the dovecot.conf. Thanks Rupert
2010 Jan 07
1
Dovecot Sieve: Vacation Recipient
Hi! I tried to use the sieve vacation plugin, but we're facing a little problem: our user's addresses are <uid>@<domain>, and if they want to use imap and sieve, they can have a forward to <uid>@imap.<domain>. The return-path, and hence the address the vacation message is sent to, is then <uid>@<domain> and not the original sender of the message. Is
1998 Apr 29
3
SAMBA and Windows 95
Hi All, I am new to the job of System Administrator and even newer to SAMBA. I have managed to set up SAMBA on Solaris so that from a Windows 95 machine I can map a drive to a point on the Unix machine. This works fine. What I am stuck at is an issue of security. I have been asked to work out how to limit the users that can access the mapped drive. ie., if someone walks into the office
2001 Nov 02
1
Samba and OS2 changeover
Here is the deal.. My company is currently running all of there file shares on an OS2 box that is attached to our as400. This has caused many problems with the as400 so we are going to move over to using Samba for file storage / network run applications. My question is this. I am planning to "clone" all the shares on our OS2 box with the Samba server that I have created, turn off the
2005 Jun 01
0
configure: error: Active Directory cannot be supported without krb5.h
...ure: error: Active Directory cannot be supported without krb5.h The packages heimdal-dev, heimdal-clients e.g. is installed. Kinit and the official samba package for debian works also. The file file krb5.h I located in /usr/include. Any ideas? Thanks. -- Mit freundlichen Gruessen Steffen Kolbe Andreas-Schubert-Str. 23 D-01062 Dresden ------------------------------------------------------ Phone: +49/0 351 463-36750 Fax: +49/0 351 463-36809 e-mail: kolbe1@vwi.tu-dresden.de ------------------------------------------------------ Institut fuer Wirtschaft und Verkehr Fakultaet Verkehrswissens...
2005 Jul 20
0
winbind: getent with strange output
...uot;/home/testgruppe/*" like printed under getent groups ? The primary numerical GID as directory is not really usable. I've changed template homedir = /home/%g/%u to template homedir = /home/%G/%U, the output is the same. Thanks for your help.-- Mit freundlichen Gruessen Steffen Kolbe Andreas-Schubert-Str. 23 D-01062 Dresden ------------------------------------------------------ Phone: +49/0 351 463-36750 Fax: +49/0 351 463-36809 e-mail: kolbe1@vwi.tu-dresden.de ------------------------------------------------------ Institut fuer Wirtschaft und Verkehr Fakultaet Verkehrswissens...