source: trunk/library/PEAR/PEAR/Command/Auth.xml @ 5146

Revision 5146, 1.2 KB checked in by wmerlotto, 12 years ago (diff)

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus. Library: adicionando arquivos.

Line 
1<commands version="1.0">
2 <login>
3  <summary>Connects and authenticates to remote server [Deprecated in favor of channel-login]</summary>
4  <function>doLogin</function>
5  <shortcut>li</shortcut>
6  <options />
7  <doc>&lt;channel name&gt;
8WARNING: This function is deprecated in favor of using channel-login
9
10Log in to a remote channel server.  If &lt;channel name&gt; is not supplied,
11the default channel is used. To use remote functions in the installer
12that require any kind of privileges, you need to log in first.  The
13username and password you enter here will be stored in your per-user
14PEAR configuration (~/.pearrc on Unix-like systems).  After logging
15in, your username and password will be sent along in subsequent
16operations on the remote server.</doc>
17 </login>
18 <logout>
19  <summary>Logs out from the remote server [Deprecated in favor of channel-logout]</summary>
20  <function>doLogout</function>
21  <shortcut>lo</shortcut>
22  <options />
23  <doc>
24WARNING: This function is deprecated in favor of using channel-logout
25
26Logs out from the remote server.  This command does not actually
27connect to the remote server, it only deletes the stored username and
28password from your user configuration.</doc>
29 </logout>
30</commands>
Note: See TracBrowser for help on using the repository browser.