search for: login_usernam

Displaying 7 results from an estimated 7 matches for "login_usernam".

Did you mean: login_username
2007 Dec 06
11
Weird Prototype behavior
...st</title> <script type=''text/javascript'' src=''/js/prototype/1.6.0/ prototype.js''></script> <script type=''text/javascript''> //<![CDATA[ Event.observe(window, ''load'', function () { alert($(''login_username'')); }); //]]> </script> </script> </head> <body> <input type=''text'' name=''login_username'' id=''login_username_index'' /> </body> </html> IE6 alerts "[object]". IE7 alerts "[obj...
2006 May 24
2
array parameters in web services
...oginApi < ActionWebService::API::Base class CLL_Metadata < ActionWebService::Struct member :key, :string member :type, :string member :value, :string member :webapplication_id, :string member :user_tenfold_id, :string member :login_username, :string end api_method :GetMetadata, :expects => [{:metadata_type => :string}, {:metadata_key => :string}, {:metadata_value => :value}, {:webapplication_id => :str...
2006 May 31
0
web services datat types
...member :metadata, CLL_Metadata end class CLL_Metadata < ActionWebService::Struct member :key, :string member :type, :string member :value, :string member :webapplication_id, :string member :user_tenfold_id, :string member :login_username, :string end This is the api api_method :GetMetadata, :expects => [ { :metadata => [CLL_Metadata] } ], :returns => [CLL_Answer] and this is the controller for the web service def GetMetadata(metadata) breakpoint answer = CLL_A...
2011 Feb 09
2
critical feature from version 1 not migrated to version 2 = authentication configuration database per IP
not possible make operation with dovecot version 2.x as was possible in version 1.x: requisites description: connect to dovecot service on IP1 - dovecot must serve users that related to domain1 located in database1 connect to dovecot service on IP2 - dovecot must serve users that related to domain2 located in database2 login must be with username that form not as "user at domain" but
2009 Jun 10
0
1.2rc5, another crash: Backtrace:dovecot-auth
...: line %d (%s): assertion failed: (%s)", args=0xbff8f154 "\207?\a\bg\003") at failures.c:440 No locals. #5 0x0806c199 in i_panic ( format=0x807bd34 "file %s: line %d (%s): assertion failed: (%s)") at failures.c:207 No locals. #6 0x08056bd4 in auth_request_set_login_username (request=0x9060148, username=0x8f901b0 "", error_r=0xbff8f1d8) at auth-request.c:871 __PRETTY_FUNCTION__ = "auth_request_set_login_username" #7 0x08056c8f in auth_request_set_username (request=0x9060148, username=0x8f9018a "masteruser", error_r=0xbff8f1d8)...
2009 Jun 10
1
1.2rc5 crash: Backtrace:dovecot-auth
...: line %d (%s): assertion failed: (%s)", args=0xbfe7a5a4 "\207?\a\bg\003") at failures.c:440 No locals. #5 0x0806c199 in i_panic ( format=0x807bd34 "file %s: line %d (%s): assertion failed: (%s)") at failures.c:207 No locals. #6 0x08056bd4 in auth_request_set_login_username (request=0x87bebc8, username=0x86691b0 "", error_r=0xbfe7a628) at auth-request.c:871 __PRETTY_FUNCTION__ = "auth_request_set_login_username" #7 0x08056c8f in auth_request_set_username (request=0x87bebc8, username=0x866918a "masteruser", error_r=0xbfe7a628)...
2010 Aug 15
3
Master User Features I'd like to see
Here's what I'd like. Limited master users, where someone can be a master users for some domains but not others. I think I could do what I want with the right kinds of variable passing that doesn't yet exist. Let me see if I can explain clearly. From the example in the wiki: auth_master_user_separator = * passdb { driver = sql args = /etc/dovecot/dovecot-sql-master.conf.ext