# shadow-utils

## Description:

Utilities for managing accounts and shadow password files

## Changes on AnNyung:

1. [ISMS](http://isms.kisa.or.kr/kor/intro/intro01.jsp) 인증 지원
   * password 최소 길이 5자 => 8자로 상향
   * password 만료일을 99999일에서 90일로 하향
   * password 만료 예외 리스트 추가 (*/etc/login.defs.exception*)
   * [Shell login Control (with PAM)](/annyung-3-user-guide/chapter2/chapter2-2-pam-control.md) 문서 참조
2. pwconv/pwunconv -l 옵션 추가
   * *-l* 옵션으로 지정된 directory에 있는 passwd/shadow 파일 관리 가능

     ```bash
     [root@an3 ~]$ mkdir /var/tmp/etc
     [root@an3 ~]$ cp -af /etc/passwd /etc/shadow /var/tmp/etc
     [root@an3 ~]$ pwunconv -l /var/tmp/etc
     [root@an3 ~]$ pwconv -l /var/tmp/etc
     ```
   * *-l* 옵션을 지원하지 않는다는 메시지가 나오면, ***yum update***&#xB97C; 해 주십시오.

## Sub packages:


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://joungkyun.gitbook.io/annyung-3-user-guide/annyung3-package-catalog/annyung3-base-packages/pkg-base-shadow-utils.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
