~ubuntu-branches/ubuntu/utopic/ejabberd/utopic

« back to all changes in this revision

Viewing changes to src/ejabberd_auth_pam.erl

  • Committer: Bazaar Package Importer
  • Author(s): Konstantin Khomoutov, Konstantin Khomoutov
  • Date: 2011-10-03 20:27:12 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20111003202712-w9071rc7vleldxwx
Tags: 2.1.9-1
[ Konstantin Khomoutov ]
* New upstream release.
* Remove obsoleted version.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
         is_user_exists/2,
40
40
         remove_user/2,
41
41
         remove_user/3,
 
42
         store_type/0,
42
43
         plain_password_required/0
43
44
        ]).
44
45
 
106
107
plain_password_required() ->
107
108
    true.
108
109
 
 
110
store_type() ->
 
111
        external.
 
112
 
109
113
%%====================================================================
110
114
%% Internal functions
111
115
%%====================================================================