search for: __public__

Displaying 4 results from an estimated 4 matches for "__public__".

Did you mean: __public
2010 Oct 07
1
"doveadm mailbox create" oddities
Hi to all! I?m trying to understand the usage of "doveadm mailbox create?. If I do, as root: # doveadm mailbox create -u __public__ sys/test doveadm(__public__): Error: Can't create mailbox sys/test: Permission denied but if I do: # doveadm mailbox create -u __public__ test every thing is OK. ?sys" is a shared maildir folder, that is visible in the client as "#Public/sys?. __public__ is the user that owns...
2009 Oct 01
2
PDC witch LDAP and machine account lookup
Hey all, i do have the following problem: i set up a PDC with Samba with an LDAP backend. Everything works fine but the machine account lookup. If i try to logon to the domain i have to create the machine account in ou=People,dc=testing,dc=de. Everything works fine with this. But if i create the machine account in ou=Computers,dc=testing,dc=de and change all suffixes according to this the
2006 Nov 04
0
traits-0.9.2 - better living through metaprogramming
...==< sample/i.rb >========> ~ > cat sample/i.rb require ''traits'' # # getters and setters can be defined separately # class C has_r :r end class D has_w :w end # # defining a reader trait still defines __public__ query and __private__ writer # methods # class C def using_private_writer_and_query p r? self.r = 42 p r end end C::new.using_private_writer_and_query # # defining a writer trait still defines __private__ query and __priv...
2006 Nov 04
0
traits-0.10.0
...==< sample/i.rb >========> ~ > cat sample/i.rb require ''traits'' # # getters and setters can be defined separately # class C has_r :r end class D has_w :w end # # defining a reader trait still defines __public__ query and __private__ writer # methods # class C def using_private_writer_and_query p r? self.r = 42 p r p r? end end C::new.using_private_writer_and_query # # defining a writer trait still defines __private__ que...