Skip to content

Commit

Permalink
roles: fixed minor typos in ad docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Lavu authored and pbrezina committed Oct 1, 2024
1 parent f12db0e commit 2e375d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sssd_test_framework/roles/ad.py
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ def __init__(self, role: AD, name: str, basedn: ADObject | str | None = "cn=user
"""
:param role: AD role object.
:type role: AD
:param name: User name.
:param name: Username.
:type name: str
:param basedn: Base dn, defaults to 'cn=users'
:type basedn: ADObject | str | None, optional
Expand Down Expand Up @@ -886,7 +886,7 @@ def expire(self, expiration: str = "19700101000000") -> ADUser:
Set user password expiration date and time.
:param expiration: Date and time for user password expiration, defaults to 19700101000000Z
:type expirataion: str, optional
:type expiration: str, optional
:return: Self.
:rtype: ADUser
"""
Expand Down

0 comments on commit 2e375d8

Please sign in to comment.