File: pam_password.py

package info (click to toggle)
python-irodsclient 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,352 kB
  • sloc: python: 16,650; xml: 525; sh: 104; awk: 5; sql: 3; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 245 bytes parent folder | download
1
2
3
4
5
6
7
8
9
def login(conn):
    conn._login_pam()


#   # in the future we might need cross-plugin calls:
#   native_login(conn)  # see below for import

# Pattern for when you need to import from sibling plugins:
from .native import login as native_login